DataGridLength.Inequality(DataGridLength, DataGridLength) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
比較兩個 DataGridLength 結構,判斷它們是否不相等。
public:
static bool operator !=(System::Windows::Controls::DataGridLength gl1, System::Windows::Controls::DataGridLength gl2);
public static bool operator != (System.Windows.Controls.DataGridLength gl1, System.Windows.Controls.DataGridLength gl2);
static member op_Inequality : System.Windows.Controls.DataGridLength * System.Windows.Controls.DataGridLength -> bool
Public Shared Operator != (gl1 As DataGridLength, gl2 As DataGridLength) As Boolean
參數
- gl1
- DataGridLength
要比較的第一個 DataGridLength 執行個體。
- gl2
- DataGridLength
要比較的第二個 DataGridLength 執行個體。
傳回
如果兩個 DataGridLength 執行個體沒有相同值或調整大小模式,則為 true
,否則為 false
。