Skip to main content

TimeSpanRange.Equals(Object) Method

Checks whether the specified object is equal to the current range.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public override bool Equals(
    object obj
)

#Parameters

Name Type Description
obj Object

The object to compare with.

#Returns

Type Description
Boolean

true if the specified object is TimeSpanRange and is equal to the current range; otherwise false.

See Also