DataGridCellInfo.Inequality(DataGridCellInfo, DataGridCellInfo) Operátor

Definice

Určuje, jestli si dvě DataGridCellInfo instance nejsou rovny.

public:
 static bool operator !=(System::Windows::Controls::DataGridCellInfo cell1, System::Windows::Controls::DataGridCellInfo cell2);
public static bool operator != (System.Windows.Controls.DataGridCellInfo cell1, System.Windows.Controls.DataGridCellInfo cell2);
static member op_Inequality : System.Windows.Controls.DataGridCellInfo * System.Windows.Controls.DataGridCellInfo -> bool
Public Shared Operator != (cell1 As DataGridCellInfo, cell2 As DataGridCellInfo) As Boolean

Parametry

cell1
DataGridCellInfo

První struktura, která se má porovnat.

cell2
DataGridCellInfo

Druhá struktura, která se má porovnat.

Návraty

truepokud tyto dvě struktury nepředstavují stejnou buňku; v opačném případě . false

Poznámky

Tento operátor porovnává Column vlastnost, Item vlastnost a DataGrid objekt, který vlastní kontejner buněk.

Platí pro