ISearchResultMatchesQuery Method | |
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
)
Function MatchesQuery (
query As String
) As Boolean
Parameters
- query
- Type: SystemString
The portion of the address being matched by the geocoder.
Return Value
Type:
BooleanTrue if the search result matches the query string, false otherwise.
See Also