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.
BaseShadow::Equals Method (Object^)
Determines whether the specified Object is equal to the current Object.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Parameters
- obj
-
Type:
System::Object^
The Object to compare with the current Object.
Return Value
Type: System::Booleantrue if the specified Object is equal to the current Object; otherwise, false.
Show: