Opc.Ua.Core
GetHashCode(NodeId) Method



Opc.Ua Namespace > NodeIdComparer Class > GetHashCode Method : GetHashCode(NodeId) Method
Syntax
'Declaration
 
Public Overloads Function GetHashCode( _
   ByVal nodeId As NodeId _
) As Integer
'Usage
 
Dim instance As NodeIdComparer
Dim nodeId As NodeId
Dim value As Integer
 
value = instance.GetHashCode(nodeId)
public int GetHashCode( 
   NodeId nodeId
)
public:
int GetHashCode( 
   NodeId^ nodeId
) 

Parameters

nodeId
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

NodeIdComparer Class
NodeIdComparer Members
Overload List