Click or drag to resize

GeoHashCircleQueryContains Method (GeoHash)

[Missing <summary> documentation for "M:VelocityDBExtensions.Geo.query.GeoHashCircleQuery.Contains(VelocityDBExtensions.Geo.GeoHash)"]

Namespace:  VelocityDBExtensions.Geo.query
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public bool Contains(
	GeoHash hash
)

Parameters

hash
Type: VelocityDBExtensions.GeoGeoHash

[Missing <param name="hash"/> documentation for "M:VelocityDBExtensions.Geo.query.GeoHashCircleQuery.Contains(VelocityDBExtensions.Geo.GeoHash)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VelocityDBExtensions.Geo.query.GeoHashCircleQuery.Contains(VelocityDBExtensions.Geo.GeoHash)"]

Implements

GeoHashQueryContains(GeoHash)
See Also