PropertyTabAttribute.Equals 方法

定義

回傳一個值,表示該實例是否等於指定的物件或屬性。

多載

名稱 Description
Equals(PropertyTabAttribute)

回傳一個值,表示該實例是否等於指定屬性。

Equals(Object)

傳回值,指出這個實例是否等於指定的物件。

Equals(PropertyTabAttribute)

回傳一個值,表示該實例是否等於指定屬性。

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

傳回

truePropertyTabAttribute 實例相等;否則, false

例外狀況

無法找到參數 TabClassNames 屬性 other 所指定的類型。

適用於

Equals(Object)

傳回值,指出這個實例是否等於指定的物件。

public:
 override bool Equals(System::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

傳回

true若指other同一PropertyTabAttribute實例;否則,。 false

例外狀況

無法找到參數 TabClassNames 屬性 other 所指定的類型。

適用於