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

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

戻り値

指定したオブジェクトが、現在の DataGridLength と同じ値を持つ、またはサイズ変更モードの DataGridLength の場合は true。それ以外の場合は 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

戻り値

指定したオブジェクトが、現在の DataGridLength と同じ値を持つ、またはサイズ変更モードの DataGridLength の場合は true。それ以外の場合は false

実装

適用対象