Skip to main content

DateTimeRange.Equals(DateTimeRange) Method

Defines whether the specified DateTimeRange is equal to the current DateTimeRange instance.

Namespace: DevExpress.Mvvm

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

NuGet Package: DevExpress.WinUI

Declaration

public bool Equals(
    DateTimeRange other
)

Parameters

Name Type Description
other DateTimeRange

The DateTimeRange to compare with the current instance.

Returns

Type Description
Boolean

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

See Also