Click or drag to resize

StartOfYearLessThanOrEqual Operator

Determines whether one specified StartOfYear is the same as or earlier than another specified StartOfYear.

Namespace: DegreeDays.Time
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public static bool operator <=(
	StartOfYear lhs,
	StartOfYear rhs
)

Parameters

lhs  StartOfYear
The first StartOfYear to compare.
rhs  StartOfYear
The second StartOfYear to compare.

Return Value

Boolean
true if lhs is the same as or earlier than rhs; false otherwise.
See Also