Opc.Ua.Core
Equality(Uuid,Uuid) Operator



Opc.Ua Namespace > Uuid Structure > Equality Operator : Equality(Uuid,Uuid) Operator
The first object to compare
The second object to compare
Returns true if the objects are equal.
Syntax
'Declaration
 
Overloads Public Operator =( _
   ByVal a As Uuid, _
   ByVal b As Uuid _
) As Boolean
'Usage
 
public bool operator ==( 
   Uuid a,
   Uuid b
)
public:
bool operator ==( 
   Uuid a,
   Uuid b
)

Parameters

a
The first object to compare
b
The second object to compare
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