PropertyTabAttribute.Equals Method

Definition

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

Overloads

Equals(PropertyTabAttribute)

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

Equals(Object)

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

Equals(PropertyTabAttribute)

Source:
PropertyTabAttribute.cs
Source:
PropertyTabAttribute.cs
Source:
PropertyTabAttribute.cs

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

C#
public bool Equals(System.ComponentModel.PropertyTabAttribute? other);
C#
public bool Equals(System.ComponentModel.PropertyTabAttribute other);

Parameters

other
PropertyTabAttribute

A PropertyTabAttribute to compare to this instance, or null.

Returns

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

Exceptions

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

Applies to

.NET 10 and other versions
Product Versions
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

Equals(Object)

Source:
PropertyTabAttribute.cs
Source:
PropertyTabAttribute.cs
Source:
PropertyTabAttribute.cs

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

C#
public override bool Equals(object? other);
C#
public override bool Equals(object other);

Parameters

other
Object

An object to compare to this instance, or null.

Returns

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

Exceptions

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

Applies to

.NET 10 and other versions
Product Versions
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1