Opc.Ua.Core
Equals(Uuid) Method



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

Parameters

other
The object being compared to *this* object
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

Uuid Structure
Uuid Members
Overload List