LayoutViewHitInfo.IsEquals(LayoutViewHitInfo) Method
Indicates whether the specified object is equal to the current object.
Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
hitInfo | LayoutViewHitInfo | A LayoutViewHitInfo object to be compared with the current object. |
Returns
Type | Description |
---|---|
Boolean | true if the specified object equals the current object; otherwise, false. |
Remarks
Two LayoutViewHitInfo objects are considered to be identical if their test points belong to the same card and are located over visual elements of the same type. For instance, hit info objects, whose test points reside over the same card but over different field captions, are considered identical.
See Also