Click or drag to resize

SatelliteInequality Operator

!= operator

Namespace: ZylSoft.Gps
Assembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.28.8737.22596
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static bool operator !=(
	Satellite satellite1,
	Satellite satellite2
)

Parameters

satellite1  Satellite
satellite 1
satellite2  Satellite
satellite 2

Return Value

Boolean
true, if they are not equal.
See Also