Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataCollectionContext::Equals Method (Object^)

 

Determines whether the specified DataCollectionContext matches the current DataCollectionContext.

Namespace:   Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The DataCollectionContext to compare with the current DataCollectionContext.

Return Value

Type: System::Boolean

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

Return to top
Show: