Skip to main content

TimeSpanRange.Equality(TimeSpanRange, TimeSpanRange) Operator

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 TimeSpanRange

The first range to compare.

y TimeSpanRange

The second range to compare.

Returns

Type Description
Boolean

true if the first range is the same as the second range; otherwise, false.

See Also