Skip to content

ScheduledItem.Equals(object?) method

Defined in

Type: ScheduledItem Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll

Applies to

netstandard2.0

public override bool Equals(object? obj)

Summary: Determines whether a ScheduledItem object is equal to the specified object.

Parameters

NameTypeDescription
objobject?The object to compare to the current [ScheduledItem](# object.

Returns: bool -- true if the obj parameter is a ScheduledItem object and is equal to the current ScheduledItem object; otherwise, false.