Sdílet prostřednictvím


DataGridCellInfo.Equality(DataGridCellInfo, DataGridCellInfo) Operátor

Definice

Určuje, zda jsou si dvě DataGridCellInfo instance 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 ( = ) : 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

truejestliže dvě struktury př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