Click or drag to resize

DayRangeInequality Operator

Determines whether two specified DayRange instances are not 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 do not represent the same DayRange; false otherwise.
See Also