_AppDomain.Equals(Object) Method

Definition

Provides COM objects with version-independent access to the inherited Equals(Object) method.

public:
 bool Equals(System::Object ^ other);
public bool Equals (object other);
abstract member Equals : obj -> bool
Public Function Equals (other As Object) As Boolean

Parameters

other
Object

The Object to compare to the current Object.

Returns

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

Remarks

See the Object.Equals method.

Applies to