Windows apps
Collapse the table of content
Expand the table of content
Information
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.

PropertyTabAttribute::Equals Method (Object^)

 

Returns a value indicating whether this instance is equal to a specified object.

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

public:
virtual bool Equals(
	Object^ other
) override

Parameters

other
Type: System::Object^

An object to compare to this instance, or null.

Return Value

Type: System::Boolean

true if other refers to the same PropertyTabAttribute instance; otherwise, false.

Exception Condition
TypeLoadException

The types specified by the TabClassNames property of the other parameter could not be found.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft