DragDropInfo.Inequality(DragDropInfo, DragDropInfo) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two DragDropInfo objects have different 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 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
Parameters
- first
- DragDropInfo
The first object.
- second
- DragDropInfo
The second object.
Returns
true
if the two objects have different settings, otherwise false
.