Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether two DragDropInfo objects have the same 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.DragDropInfo
The first object.
- second
Type: Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo
The second object.
Return Value
Type: System.Boolean
true if the two objects have the same 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.