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