Click or drag to resize

RegionDataMatchesQuery Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Compares a region name with a query string.

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

Parameters

query
Type: SystemString
The query string to compare to this string.

Return Value

Type: Boolean
True if the strings match; otherwise false.

Implements

ISearchResultMatchesQuery(String)
See Also