OPC Studio User's Guide and Reference
Equality Operator (XmlQualifiedName2)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Xml Namespace > XmlQualifiedName2 Class : Equality Operator
An XmlQualifiedName2 to compare.

The value of this parameter can be null (Nothing in Visual Basic).

An XmlQualifiedName2 to compare.

The value of this parameter can be null (Nothing in Visual Basic).

Compares two XmlQualifiedName2 objects.
Syntax
'Declaration
 
Public Operator =( _
   ByVal a As XmlQualifiedName2, _
   ByVal b As XmlQualifiedName2 _
) As Boolean
'Usage
 
public bool operator ==( 
   XmlQualifiedName2 a,
   XmlQualifiedName2 b
)
public:
bool operator ==( 
   XmlQualifiedName2^ a,
   XmlQualifiedName2^ b
)

Parameters

a
An XmlQualifiedName2 to compare.

The value of this parameter can be null (Nothing in Visual Basic).

b
An XmlQualifiedName2 to compare.

The value of this parameter can be null (Nothing in Visual Basic).

Return Value

true if the two objects have the same name and namespace values; otherwise, false.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also