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