IMembershipCondition.Equals(Object) Method

Definition

Determines whether the specified Object is equal to the current Object.

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

Parameters

obj
Object

The Object to compare with the current Object.

Returns

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

Applies to