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