Skip to main content

TimeSpanRange.Equals(TimeSpanRange) Method

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 TimeSpanRange

The range to compare with.

#Returns

Type Description
Boolean

true if the specified range is equal to the current range; otherwise, false.

See Also