Skip to main content
A newer version of this page is available. .

DateTimeRange.Equals(Object) Method

Defines whether the given object is equal to the current DateTimeRange instance.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v19.1.dll

Declaration

public override bool Equals(
    object obj
)

Parameters

Name Type Description
obj Object

The object to compare with the current instance.

Returns

Type Description
Boolean

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

Remarks

Two DateTimeRange objects are considered equal if their DateTimeRange.Start and DateTimeRange.End property values are the same.

See Also