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.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Parameters
- obj
-
Type:
System::Object^
The DataCollectionContext to compare with the current DataCollectionContext.
Return Value
Type: System::Booleantrue if the specified Object matches the current DataCollectionContext; otherwise, false.
Show: