GeoLocationEquality Operator

Checks for equality

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public static bool operator ==(
	GeoLocation a,
	GeoLocation b
)

Parameters

a  GeoLocation
Left hand object
b  GeoLocation
Right hand object

Return Value

Boolean
Whether the two objects are equal

See Also