DragDropInfo::Equality Operator (DragDropInfo^, DragDropInfo^)

 

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)

public:
static bool operator ==(
	DragDropInfo^ first,
	DragDropInfo^ second
)

Return Value

Type: System::Boolean

true if the two objects have the same settings, otherwise false.

Return to top
Show: