DragDropInfo.Equality(DragDropInfo, DragDropInfo) Betreiber

Definition

Bestimmt, ob zwei DragDropInfo-Objekte dieselben Einstellungen haben.

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

Parameter

first
DragDropInfo

Das erste Objekt.

second
DragDropInfo

Das zweite Objekt.

Gibt zurück

Boolean

true , wenn die beiden Objekte über die gleichen Einstellungen verfügen, andernfalls false.

Gilt für