C1.Maui.GridControl Assembly / C1.Maui.Grid Namespace / GridControlAdapter.RowInfo Class / Equals Method
The System.Object to compare with this instance.
In This Topic
Equals Method (GridControlAdapter.RowInfo)
In This Topic
Determines whether the specified System.Object, is equal to this instance.
Syntax
public override bool Equals( 
   object obj
)

Parameters

obj
The System.Object to compare with this instance.

Return Value

true if the specified System.Object is equal to this instance; otherwise, false.
See Also