Opc.Ua.Core
Greater Than Operator (Uuid)



Opc.Ua Namespace > Uuid Structure : Greater Than Operator
The first object being compared
The second object being compared to
Returns true if the object a is greater than object b.
Syntax
'Declaration
 
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 being compared
b
The second object being compared to
Remarks
Returns true if the object a is greater than object b.
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