PropertyTabAttribute.Equals 方法

定义

返回一个值,该值指示此实例是否等于指定的对象或属性。

重载

名称 说明
Equals(PropertyTabAttribute)

返回一个值,该值指示此实例是否等于指定的属性。

Equals(Object)

返回一个值,该值指示此实例是否等于指定的对象。

Equals(PropertyTabAttribute)

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

返回一个值,该值指示此实例是否等于指定的属性。

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

参数

other
PropertyTabAttribute

要与此实例进行比较的 A PropertyTabAttribute ,或 null

返回

true 如果实例相等,则 PropertyTabAttribute 为 ;否则为 false

例外

找不到由参数属性TabClassNames指定的other类型。

适用于

Equals(Object)

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

返回一个值,该值指示此实例是否等于指定的对象。

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

参数

other
Object

要与此实例进行比较的对象,或 null

返回

如果 引用同一 实例,则为 ;否则为 < a1/ >。

例外

找不到由参数属性TabClassNames指定的other类型。

适用于