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
.