DataGridClipboardCellContent.Inequality Оператор

Определение

Проверяет неэквивалентность заданных экземпляров DataGridClipboardCellContent.

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

Параметры

clipboardCellContent1
DataGridClipboardCellContent

Первый экземпляр DataGridClipboardCellContent для сравнения.

clipboardCellContent2
DataGridClipboardCellContent

Второй экземпляр DataGridClipboardCellContent для сравнения.

Возвращаемое значение

Boolean

Значение true, если текущий и заданный экземпляры DataGridClipboardCellContent имеют неодинаковые значения свойств Item, Column и Content; в противном случае — значение false.

Применяется к

См. также раздел