DragDropInfo.Equality(DragDropInfo, DragDropInfo) Оператор

Определение

Определяет, равны ли параметры двух объектов DragDropInfo.

public:
 static bool operator ==(Microsoft::VisualStudio::Text::Editor::DragDrop::DragDropInfo ^ first, Microsoft::VisualStudio::Text::Editor::DragDrop::DragDropInfo ^ second);
 static bool operator ==(Microsoft::VisualStudio::Text::Editor::DragDrop::DragDropInfo const & first, Microsoft::VisualStudio::Text::Editor::DragDrop::DragDropInfo const & second);
public static bool operator == (Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo first, Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo second);
static member ( = ) : Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo * Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo -> bool
Public Shared Operator == (first As DragDropInfo, second As DragDropInfo) As Boolean

Параметры

first
DragDropInfo

Первый объект.

second
DragDropInfo

Второй объект.

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

Boolean

значение true , если два объекта имеют одинаковые параметры; в противном случае — значение false.

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