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