DurationLessThan Operator

Overload for less than 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 less than r2, false if not

See Also