Click or drag to resize

ISearchResultMatchesQuery Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Indicates whether the search result matches the query string.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
bool MatchesQuery(
	string query
)

Parameters

query
Type: SystemString
The portion of the address being matched by the geocoder.

Return Value

Type: Boolean
True if the search result matches the query string, false otherwise.
See Also