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

CardHitInfo.IsEquals(CardHitInfo) Method

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

Namespace: DevExpress.XtraGrid.Views.Card.ViewInfo

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public virtual bool IsEquals(
    CardHitInfo e
)

Parameters

Name Type Description
e CardHitInfo

A CardHitInfo object to be compared with the current card hit info object.

Returns

Type Description
Boolean

true if the specified object equals the current object; otherwise, false.

Remarks

Two CardHitInfo 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