SuspectPage.Equals(Object) Method

Definition

Determines whether the specified Object is equal to this instance.

public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The Object to compare with this instance.

Returns

true if the specified Object is equal to this instance; otherwise, false.

Exceptions

The obj parameter is null.

Applies to