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