Skip to main content
A newer version of this page is available. .

LayoutViewHitInfo.IsEquals(LayoutViewHitInfo) Method

Indicates whether the specified object is equal to the current object.

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public virtual bool IsEquals(
    LayoutViewHitInfo hitInfo
)

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