Share via


DragDropInfo.Equality Operator

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

Return Value

Type: System.Boolean
true if the two objects have the same settings, otherwise false.

.NET Framework Security

See Also

Reference

DragDropInfo Class

Microsoft.VisualStudio.Text.Editor.DragDrop Namespace