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