Share via


DragDropInfo.Equality(DragDropInfo, DragDropInfo) Operator

Definition

Determines whether two DragDropInfo objects have the same settings.

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

Parameters

first
DragDropInfo

The first object.

second
DragDropInfo

The second object.

Returns

true if the two objects have the same settings, otherwise false.

Applies to