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