DataGridView::HitTestInfo::Equals Method (Object^)
.NET Framework (current version)
Determines whether the specified Object is equal to the current DataGridView::HitTestInfo.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- value
-
Type:
System::Object^
The Object to compare with the current DataGridView::HitTestInfo.
Return Value
Type: System::Booleantrue 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
Available since 2.0
Show: