DateRange.EqualsTo(DateRange) Method
Determines whether the current date range has the same settings as the specified date range.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | DateRange | A date range to compare with the current date range. |
Returns
Type | Description |
---|---|
Boolean | true if the date range specified by the parameter equals to the current date range; otherwise, false. |
See Also