PropertyTabAttribute::Equals Method (Object^)
.NET Framework (current version)
Returns a value indicating whether this instance is equal to a specified object.
Assembly: System (in System.dll)
Parameters
- other
-
Type:
System::Object^
An object to compare to this instance, or null.
Return Value
Type: System::Booleantrue 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
Available since 1.1
Show: