,ReactiveUI.Primitives.Concurrency.ScheduledItem{-0})}
ScheduledItem.op_GreaterThanOrEqual(ScheduledItem, ScheduledItem) operator¶
Defined in
Type: ScheduledItemReactiveUI.Primitives.Concurrency
Assembly: ReactiveUI.Primitives.Core.dll
Applies to
net10.0, net10.0, net10.0-desktop1.0, net10.0-desktop1.0, net10.0-browserwasm1.0, net10.0-browserwasm1.0, net9.0, net9.0, net9.0-desktop1.0, net9.0-desktop1.0, net9.0-browserwasm1.0, net9.0-browserwasm1.0, net8.0, net8.0, net8.0-ios17.5, net8.0-macos14.5, net8.0-macos14.5, net8.0-macos14.2, net8.0-macos14.2, net8.0-maccatalyst17.5, net8.0-maccatalyst17.5, net8.0-tvos17.2, net8.0-tvos17.2, net8.0-ios17.5, netstandard2.1, netstandard2.1, net481, net462, net462, net481
public static bool operator >=(ScheduledItem<TAbsolute> left, ScheduledItem<TAbsolute> right)
Summary: Determines whether the first scheduled item is due after, or at the same time as, the second scheduled item.
Parameters
| Name | Type | Description |
|---|---|---|
left | [ScheduledItem | The scheduled item on the left side of the comparison. |
right | [ScheduledItem | The scheduled item on the right side of the comparison. |
Returns: bool --
true when left is ordered after or equal to right by
due time; otherwise, false.
Remarks
This operator uses the same due-time ordering as CompareTo.