PropertyTabAttribute.Equals 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示此实例是否与指定的对象或特性相等。
重载
Equals(PropertyTabAttribute) |
返回一个值,该值指示此实例是否与指定的特性相等。 |
Equals(Object) |
返回一个值,该值指示此实例是否等于指定的对象。 |
Equals(PropertyTabAttribute)
- 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
要与此实例进行比较的 PropertyTabAttribute,或 null
。
返回
如果 PropertyTabAttribute 实例相等,则为 true
;否则,为 false
。
例外
找不到 other
参数的 TabClassNames 属性指定的类型。
适用于
Equals(Object)
- 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
。
返回
如果 other
引用相同的 PropertyTabAttribute 实例,则为 true
;否则,为 false
。
例外
未能找到 other
参数的 TabClassNames 属性指定的类型。