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