Click or drag to resize

LongLatInequality Operator

Determines whether two specified LongLat instances are not equal.

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

Parameters

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

Return Value

Boolean
true if lhs and rhs do not represent the same LongLat; false otherwise.
See Also