GlobalType::Equals Method (Object^)

 

Checks if the specified object is equal to the current global type.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
virtual bool Equals(
	Object^ o
) override

Parameters

o
Type: System::Object^

The object to compare with this GlobalType.

Return Value

Type: System::Boolean

true if the two objects are equal; otherwise, false.

The Equals method returns true if both objects are of type GlobalType and their ObjectType properties are equal.

Return to top
Show: