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