PeriodLess Than Or Equal Operator
Overload for less than or equal operator
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
True if r1 is less than or equal to r2, false if not
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public static bool operator <=(
Period? p1,
Period? p2
)VB
Public Shared Operator <= (
p1 As Period,
p2 As Period
) As BooleanC++
public:
static bool operator <=(
Period^ p1,
Period^ p2
)F#
static let inline (<=)
p1 : Period *
p2 : Period : boolParameters
Return Value
BooleanTrue if r1 is less than or equal to r2, false if not