Share via


DataCollectionContext.Equals(Object) Method

Definition

Determines whether the specified DataCollectionContext matches the current DataCollectionContext.

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

Parameters

obj
Object

The DataCollectionContext to compare with the current DataCollectionContext.

Returns

true if the specified Object matches the current DataCollectionContext; otherwise, false.

Applies to