CommandID::Equals Method (Object^)

 

Determines whether two CommandID instances are equal.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to compare.

Return Value

Type: System::Boolean

true if the specified object is equivalent to this one; otherwise, false.

NamedPermissionSet

for full access to system resources. Demand values: LinkDemand, InheritanceDemand. Associated state:

.NET Framework
Available since 1.1
Return to top
Show: