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 (PropertyTabAttribute^)

 

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

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

public:
bool Equals(
	PropertyTabAttribute^ other
)

Parameters

other
Type: System.ComponentModel::PropertyTabAttribute^

A PropertyTabAttribute to compare to this instance, or null.

Return Value

Type: System::Boolean

true if the PropertyTabAttribute instances are equal; otherwise, false.

Exception Condition
TypeLoadException

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

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