Skip to main content

CalendarHitInfo.IsEquals(CalendarHitInfo) Method

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

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool IsEquals(
    CalendarHitInfo hitInfo
)

Parameters

Name Type Description
hitInfo CalendarHitInfo

A CalendarHitInfo object to be compared with the current object.

Returns

Type Description
Boolean

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

Remarks

;

See Also