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.

public:
 bool Equals(System::ComponentModel::PropertyTabAttribute ^ other);
public bool Equals (System.ComponentModel.PropertyTabAttribute other);
public bool Equals (System.ComponentModel.PropertyTabAttribute? other);
override this.Equals : System.ComponentModel.PropertyTabAttribute -> bool
Public Function Equals (other As PropertyTabAttribute) As Boolean

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

Equals(Object)

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

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

public:
 override bool Equals(System::Object ^ other);
public override bool Equals (object other);
public override bool Equals (object? other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean

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