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.
TestType::Equals Method (Object^)
Compares the provided TestType with the current instance for equality.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- obj
-
Type:
System::Object^
A TestType object.
Return Value
Type: System::Booleantrue if the provided instance is equal to the current instance; otherwise, false.
Show: