DurationGreaterThanOrEqual Operator

Overload for greater than or equal operator

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public static bool operator >=(
	Duration d1,
	Duration d2
)

Parameters

d1  Duration
The first duration object
d2  Duration
The second duration object

Return Value

Boolean
True if r1 is greater than or equal r2, false if not

See Also