Click or drag to resize

DayRangeEquality Operator

Determines whether two specified DayRange instances are equal.

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

Parameters

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

Return Value

Boolean
true if lhs and rhs represent the same DayRange; false otherwise.
See Also