Opc.Ua.Core
Less Than Operator (StatusCode)



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

Parameters

a
The first value being compared
b
The second value being compared to
Remarks
Returns true if the object a is less 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