Opc.Ua.Core
Equals(NumericRange) Method



Opc.Ua Namespace > NumericRange Structure > Equals Method : Equals(NumericRange) Method
The NumericRange to test against this
Returns true if the objects are equal.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As NumericRange _
) As Boolean
'Usage
 
Dim instance As NumericRange
Dim other As NumericRange
Dim value As Boolean
 
value = instance.Equals(other)
public bool Equals( 
   NumericRange other
)
public:
bool Equals( 
   NumericRange other
) 

Parameters

other
The NumericRange to test against this
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
Overload List