Opc.Ua.Core
Inequality Operator (NumericRange)



Opc.Ua Namespace > NumericRange Structure : Inequality Operator
The first value to compare
The second value to compare
Returns true if the objects are not equal.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal value1 As NumericRange, _
   ByVal value2 As NumericRange _
) As Boolean
'Usage
 
public bool operator !=( 
   NumericRange value1,
   NumericRange value2
)
public:
bool operator !=( 
   NumericRange value1,
   NumericRange value2
)

Parameters

value1
The first value to compare
value2
The second value to compare
Remarks
Returns true if the objects are not equal.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NumericRange Structure
NumericRange Members