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

CalendarSelection.Equals(CalendarSelection) Method

Compares this CalendarSelection with the specified object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool Equals(
    CalendarSelection selection
)

Parameters

Name Type Description
selection CalendarSelection

A CalendarSelection representing the specified object for comparison.

Returns

Type Description
Boolean

true if the CalendarSelection that this method is called from is equal to the specified object; otherwise, false.

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