CalendarHitInfo.IsEquals(CalendarHitInfo) Method
Indicates whether the specified object is equal to the current object.
Namespace: DevExpress.XtraEditors.Calendar
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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