'Declaration
Public Operator <>( _ ByVal attributeData1 As UAAttributeData, _ ByVal attributeData2 As UAAttributeData _ ) As Boolean
'Usage
public bool operator !=( UAAttributeData attributeData1, UAAttributeData attributeData2 )
public: bool operator !=( UAAttributeData^ attributeData1, UAAttributeData^ attributeData2 )
Parameters
- attributeData1
- First object to be compared.
The value of this parameter can be
null
(Nothing
in Visual Basic). - attributeData2
- Second object to be compared.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
True
if the objects are not equal; false
if they are equal.