Value.Equals(Int64) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Value.Equals(Int64) Method

BR.AN.PviServices .NET


Returns a value indicating whether this instance is equal to a specified object.

[Visual Basic]

Public Overloads Sub Equals( _

  ByVal value As Long _

)

[C#]

public bool Equals(

  long value

);

Parameters

value

An Value to compare with this instance

Return Value

true if value is an instance of Value and equals the value of this instance; otherwise, false.

See Also

Value Class | BR.AN.PviServices Namespace | Value.Equals Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]