RecurrenceInfo.Equals(Object) Method
Determines whether the specified object is equal to the current RecurrenceInfo instance.
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 | System.Object | The object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also