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: