Opc.Ua.Core
Equality Operator (NumericRange)



Opc.Ua Namespace > NumericRange Structure : Equality Operator
The first value to compare
The second value to compare
Returns true if the objects are 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 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