GlobalObject::Equals Method (Object^)
Visual Studio 2015
Checks if the specified object is equal to the current global object.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- o
-
Type:
System::Object^
The object to compare with this GlobalObject.
The Equals method returns true if both objects are of type GlobalObject and their Name properties are equal.
Show: