Opc.Ua.Core
CompareTo Method (QualifiedName)



Opc.Ua Namespace > QualifiedName Class : CompareTo Method
The object to compare to.
Compares two QualifiedNames.
Syntax
'Declaration
 
Public Function CompareTo( _
   ByVal obj As Object _
) As Integer
'Usage
 
Dim instance As QualifiedName
Dim obj As Object
Dim value As Integer
 
value = instance.CompareTo(obj)
public int CompareTo( 
   object obj
)
public:
int CompareTo( 
   Object^ obj
) 

Parameters

obj
The object to compare to.

Return Value

Less than zero if the instance is less than the object. Zero if the instance is equal to the object. Greater than zero if the instance is greater than the object.
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

QualifiedName Class
QualifiedName Members