DurationGreater Than Or Equal Operator
Overload for greater than or equal operator
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
True if r1 is greater than or equal r2, false if not
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public static bool operator >=(
Duration d1,
Duration d2
)VB
Public Shared Operator >= (
d1 As Duration,
d2 As Duration
) As BooleanC++
public:
static bool operator >=(
Duration d1,
Duration d2
)F#
static let inline (>=)
d1 : Duration *
d2 : Duration : boolParameters
Return Value
BooleanTrue if r1 is greater than or equal r2, false if not