Opc.Ua.Core
Greater Than Operator (StatusCode)



Opc.Ua Namespace > StatusCode Structure : Greater Than Operator
The first value being compared
The second value being compared to
Returns true if the object a is greater than object b.
Syntax
'Declaration
 
Public Operator >( _
   ByVal a As StatusCode, _
   ByVal b As StatusCode _
) As Boolean
 
'Usage
 

Parameters

a
The first value being compared
b
The second value 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

StatusCode Structure
StatusCode Members