PositionEquality Operator

ZylGpsReceiver.NET Mobile
== operator

Namespace:  ZylSoft.Gps.Mobile
Assembly:  ZylGpsReceiverMobile (in ZylGpsReceiverMobile.dll) Version: 3.14.6846.29005
Syntax

public static bool operator ==(
	Position position1,
	Position position2
)

Parameters

position1
Type: ZylSoft.Gps.MobilePosition
position 1
position2
Type: ZylSoft.Gps.MobilePosition
position 2

Return Value

Type: Boolean
true, if they are equal.
See Also

Reference