<< Click to Display Table of Contents >> Navigation: »No topics above this level« Value Equality Operator |
The equality operator (==) returns true if the two instances of the Value class are equal, false otherwise.
[Visual Basic]
Public Overloads Shared Operator =( _
ByVal value1 As Value, _
ByVal value2 As UInt64 _
)
[C#]
public override static bool operator ==(
Value value1,
ulong value2
);
value1
First value.
value2
Second value.
true if the two instances of the Value class are equal, false otherwise
Value Class | BR.AN.PviServices Namespace | ValueEquality Operator Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]