DataGridLength.Equals 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷物件與目前 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
。