Opc.Ua.Core
Equality Operator (Variant)



Opc.Ua Namespace > Variant Structure : Equality Operator
Returns true if the objects are not equal.
Syntax
'Declaration
 
Public Operator =( _
   ByVal a As Variant, _
   ByVal b As Variant _
) As Boolean
'Usage
 
public bool operator ==( 
   Variant a,
   Variant b
)
public:
bool operator ==( 
   Variant a,
   Variant b
)

Parameters

a
b
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

Variant Structure
Variant Members