'Declaration
Protected Overloads Function Equals( _ ByVal operationEventArgs As OperationEventArgs _ ) As Boolean
'Usage
Dim instance As OperationEventArgs Dim operationEventArgs As OperationEventArgs Dim value As Boolean value = instance.Equals(operationEventArgs)
protected bool Equals( OperationEventArgs operationEventArgs )
protected: bool Equals( OperationEventArgs^ operationEventArgs )
Parameters
- operationEventArgs
- The object to compare members to.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
true
iff the member values equal.