DateTimeRange.Equality(DateTimeRange, DateTimeRange) Operator
In This Article
Determines whether two specified ranges have the same value.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public static bool operator ==(DateTimeRange x, DateTimeRange y)
#Parameters
Name | Type | Description |
---|---|---|
x | Date |
The first range to compare. |
y | Date |
The second range to compare. |
#Returns
Type | Description |
---|---|
Boolean |
|
See Also