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



Opc.Ua Namespace > Uuid Structure > Inequality Operator : Inequality(Uuid,Uuid) Operator
The first object to compare
The second object being compared to
Returns true if the objects are not 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 being compared to
Remarks
Returns true if the objects are not 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