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