DragDropInfo.Equality(DragDropInfo, DragDropInfo) 运算符
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定两个 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
第二个对象。
返回
如果两个对象具有相同的设置,则为 true ; 否则为false。