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.
ProjectData::Equals Method (Object^)
Returns a value that indicates whether the provided object is equal to the current ProjectData.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- obj
-
Type:
System::Object^
An object to compare to the current ProjectData.
Return Value
Type: System::Booleantrue if the obj is equal to the current ProjectData instance; otherwise, false.
Show: