'Declaration
Public Operator =( _ ByVal first As UAQualifiedName, _ ByVal second As UAQualifiedName _ ) As Boolean
'Usage
public bool operator ==( UAQualifiedName first, UAQualifiedName second )
public: bool operator ==( UAQualifiedName^ first, UAQualifiedName^ second )
Parameters
- first
- First object to be compared.
- second
- Second object to be compared.
Return Value
True
if the objects are equal; false
otherwise.