Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Determines whether two DragDropInfo objects have different settings.
Namespace: Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
first As DragDropInfo, _
second As DragDropInfo _
) As Boolean
public static bool operator !=(
DragDropInfo first,
DragDropInfo second
)
public:
static bool operator !=(
DragDropInfo^ first,
DragDropInfo^ second
)
static let inline(<>)
first:DragDropInfo *
second:DragDropInfo : bool
JScript does not support overloaded operators.
Parameters
first
Type: Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfoThe first object.
second
Type: Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfoThe second object.
Return Value
Type: System.Boolean
true if the two objects have different settings, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.