CalendarSelection.Equals(CalendarSelection) Method
Compares this CalendarSelection with the specified object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
selection | CalendarSelection | A CalendarSelection representing the specified object for comparison. |
Returns
Type | Description |
---|---|
Boolean |
|
Remarks
Use the Equals method to compare the CalendarSelection that this method is called from with the object specified by the selection parameter.
See Also