PropertyTabAttribute.Equals 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示此实例是否等于指定的对象或属性。
重载
| 名称 | 说明 |
|---|---|
| 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。
返回
例外
找不到由参数属性TabClassNames指定的other类型。