Click or drag to resize

PositionEquals Method (Position)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Whether this position is equal to another position.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool Equals(
	Position other
)

Parameters

other
Type: Telogis.GeoBase.NavigationPosition
The other position to compare.

Return Value

Type: Boolean
True, if this position is equal to the other position.

Implements

IEquatableTEquals(T)
See Also