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