Duration.LessThanOrEqual Operator
Overload for less than or equal operator
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
public static bool operator <=(
Duration d1,
Duration d2
)
Public Shared Operator <= (
d1 As Duration,
d2 As Duration
) As Boolean
public:
static bool operator <=(
Duration d1,
Duration d2
)
static let inline (<=)
d1 : Duration *
d2 : Duration : bool
- d1 Duration
- The first duration object
- d2 Duration
- The second duration object
BooleanTrue if r1 is less than or equal r2, false if not