Skip to main content

DateTimeRange.Equals(Object) Method

Determines whether the range is equal to the specified object.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public override bool Equals(
    object obj
)

Parameters

Name Type Description
obj Object

The object to check equality with the range.

Returns

Type Description
Boolean

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

See Also