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