DataGridClipboardCellContent.Inequality Betreiber

Definition

Gibt an, ob die angegebenen DataGridClipboardCellContent-Instanzen nicht übereinstimmen.

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

Parameter

clipboardCellContent1
DataGridClipboardCellContent

Die erste DataGridClipboardCellContent-Instanz, die verglichen werden soll.

clipboardCellContent2
DataGridClipboardCellContent

Die zweite DataGridClipboardCellContent-Instanz, die verglichen werden soll.

Gibt zurück

Boolean

true, wenn die aktuelle und die angegebene DataGridClipboardCellContent-Instanz keine übereinstimmenden Item-, Column- und Content-Eigenschaftswerte aufweisen, andernfalls false.

Gilt für

Siehe auch