DataGridLength.Equals メソッド

定義

オブジェクトが現在の DataGridLengthと等しいかどうかを判断します。

オーバーロード

名前 説明
Equals(Object)

指定したオブジェクトが現在の DataGridLengthと等しいかどうかを判断します。

Equals(DataGridLength)

指定した DataGridLength が現在の DataGridLengthと等しいかどうかを判断します。

Equals(Object)

指定したオブジェクトが現在の DataGridLengthと等しいかどうかを判断します。

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals(object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

パラメーター

obj
Object

現在のインスタンスと比較するオブジェクト。

返品

true指定したオブジェクトが現在のDataGridLengthと同じ値またはサイズ変更モードのDataGridLengthである場合はfalse

適用対象

Equals(DataGridLength)

指定した DataGridLength が現在の DataGridLengthと等しいかどうかを判断します。

public:
 virtual bool Equals(System::Windows::Controls::DataGridLength other);
public bool Equals(System.Windows.Controls.DataGridLength other);
override this.Equals : System.Windows.Controls.DataGridLength -> bool
Public Function Equals (other As DataGridLength) As Boolean

パラメーター

other
DataGridLength

現在のインスタンスと比較する DataGridLength

返品

true指定したオブジェクトが現在のDataGridLengthと同じ値またはサイズ変更モードのDataGridLengthである場合はfalse

実装

適用対象