'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.
- attributeData2
- Second object to be compared.
Return Value
True
if the objects are not equal; false
if they are equal.