TimeSpanRange.Equality(TimeSpanRange, TimeSpanRange) 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 ==(TimeSpanRange x, TimeSpanRange y)
#Parameters
Name | Type | Description |
---|---|---|
x | Time |
The first range to compare. |
y | Time |
The second range to compare. |
#Returns
Type | Description |
---|---|
Boolean |
|
See Also