'Declaration
Public 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
(Nothing
in Visual Basic). - attributeElement2
- 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.