DataGridView::HitTestInfo::Equals Method (Object^)

 

Determines whether the specified Object is equal to the current DataGridView::HitTestInfo.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual bool Equals(
	Object^ value
) override

Parameters

value
Type: System::Object^

The Object to compare with the current DataGridView::HitTestInfo.

Return Value

Type: System::Boolean

true if value is a DataGridView::HitTestInfo in which the values of the Type, RowIndex, and ColumnIndex properties are the same as the current DataGridView::HitTestInfo.

.NET Framework
Available since 2.0
Return to top
Show: