SetTIntersects Method (IEnumerableT) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Checks whether the enumerable 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(
IEnumerable<T> other
)
Public Function Intersects (
other As IEnumerable(Of T)
) As Boolean
Parameters
- other
- Type: System.Collections.GenericIEnumerableT
The enumerable to check.
Return Value
Type:
BooleanTrue, if the enumerable has at least one element in common with this Set.
See Also