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