'Declaration
Public Operator <>( _ ByVal conditionElement1 As AEConditionElement, _ ByVal conditionElement2 As AEConditionElement _ ) As Boolean
'Usage
public bool operator !=( AEConditionElement conditionElement1, AEConditionElement conditionElement2 )
public: bool operator !=( AEConditionElement^ conditionElement1, AEConditionElement^ conditionElement2 )
Parameters
- conditionElement1
- First object to be compared.
The value of this parameter can be
null
(Nothing
in Visual Basic). - conditionElement2
- 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.