DateTimeRange.Equals(Object) Method
Determines whether the range is equal to the specified object.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.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 |
|
See Also