RegionDataMatchesQuery Method | |
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
)
Public Function MatchesQuery (
query As String
) As Boolean
Parameters
- query
- Type: SystemString
The query string to compare to this string.
Return Value
Type:
BooleanTrue if the strings match; otherwise false.
Implements
ISearchResultMatchesQuery(String)See Also