PropertyTabAttribute.Equals 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,表示這個執行個體是否等於指定的物件或屬性。
多載
Equals(PropertyTabAttribute) |
傳回值,表示這個執行個體是否等於指定的屬性。 |
Equals(Object) |
傳回值,該值表示這個執行個體是否和指定的物件相等。 |
Equals(PropertyTabAttribute)
傳回值,表示這個執行個體是否等於指定的屬性。
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)
傳回值,該值表示這個執行個體是否和指定的物件相等。
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 屬性所指定的類型。