Opc.Ua.Core
Equality(StatusCode,UInt32) Operator



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

Parameters

a
The first object being compared
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

StatusCode Structure
StatusCode Members
Overload List