Click or drag to resize

StartOfYearEquality Operator

Determines whether two specified StartOfYear instances are equal.

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 and rhs represent the same StartOfYear; false otherwise.
See Also