Value Inequality Operator

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Value Inequality Operator

BR.AN.PviServices .NET


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

);

Parameters

value1

First value.

value2

Second value.

Return Value

false if the two instances of the Value class are equal, true otherwise

See Also

Value Class | BR.AN.PviServices Namespace | ValueInequality Operator Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]