Opc.Ua.Core
Equals(NodeId) Method



Opc.Ua Namespace > NodeId Class > Equals Method : Equals(NodeId) Method
The NodeId to compare to
Determines if the specified NodeId is equal to the NodeId.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As NodeId _
) As Boolean
 
'Usage
 
Dim instance As NodeId
Dim other As NodeId
Dim value As Boolean
 
value = instance.Equals(other)

Parameters

other
The NodeId to compare to
Remarks
Returns a true/false if the specified NodeId is the same as this NodeId. Null NodeIds are considered 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

NodeId Class
NodeId Members
Overload List