Opc.Ua.Core
Equality Operator (QualifiedName)



Opc.Ua Namespace > QualifiedName Class : Equality Operator
The first value to compare
The second value to compare
Returns true if the objects are equal.
Syntax
'Declaration
 
Public Operator =( _
   ByVal value1 As QualifiedName, _
   ByVal value2 As QualifiedName _
) As Boolean
'Usage
 
public bool operator ==( 
   QualifiedName value1,
   QualifiedName value2
)
public:
bool operator ==( 
   QualifiedName^ value1,
   QualifiedName^ value2
)

Parameters

value1
The first value to compare
value2
The second value to compare
Remarks
Returns true if the objects are 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

QualifiedName Class
QualifiedName Members