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

适用于