DateTimeRange.Equals(DateTimeRange) Method
In This Article
Defines whether the specified DateTimeRange is equal to the current DateTimeRange instance.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public bool Equals(
DateTimeRange other
)
#Parameters
Name | Type | Description |
---|---|---|
other | Date |
The Date |
#Returns
Type | Description |
---|---|
Boolean |
|
See Also