DataGridClipboardCellContent.Equality Оператор

Определение

Указывает, эквивалентны ли заданные экземпляры 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 ( = ) : 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 для сравнения.

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

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

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

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