QuickOPC User's Guide and Reference
CompareTo(UANodeId) Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > UANodeId Class > CompareTo Method : CompareTo(UANodeId) Method
Syntax
'Declaration
 
Public Overloads Function CompareTo( _
   ByVal other As UANodeId _
) As Integer
'Usage
 
Dim instance As UANodeId
Dim other As UANodeId
Dim value As Integer
 
value = instance.CompareTo(other)
public int CompareTo( 
   UANodeId other
)
public:
int CompareTo( 
   UANodeId^ other
) 

Parameters

other
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also