'DeclarationPublic Operator <>( _ ByVal dataValue1 As UADataValue, _ ByVal dataValue2 As UADataValue _ ) As Boolean
'Usage
 
            public bool operator !=( UADataValue dataValue1, UADataValue dataValue2 )
public: bool operator !=( UADataValue^ dataValue1, UADataValue^ dataValue2 )
Parameters
- dataValue1
 - First object to be compared.
 - dataValue2
 - Second object to be compared.
 
Return Value
True if the objects are not equal; false if they are equal.