'Declaration
Protected Overloads Function Equals( _ ByVal other As FailureEventArgs _ ) As Boolean
'Usage
Dim instance As FailureEventArgs Dim other As FailureEventArgs Dim value As Boolean value = instance.Equals(other)
protected bool Equals( FailureEventArgs other )
protected: bool Equals( FailureEventArgs^ other )
Parameters
- other
- Object to be compared.
Return Value
True if the objects are the same, otherwise false.