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