Click or drag to resize

SetTIntersects Method (SetT)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Checks whether the other Set has any elements in common with this Set.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool Intersects(
	Set<T> other
)

Parameters

other
Type: Telogis.GeoBaseSetT
The other Set.

Return Value

Type: Boolean
True, if the other Set has at least one element in common with this Set.
See Also