DragDropInfo.Inequality(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 op_Inequality : 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

适用于