SetTHasSubset Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Checks whether the other Set has all elements in common with this Set (i.e. 'other' is a subset of this Set).
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool HasSubset(
Set<T> other
)
Public Function HasSubset (
other As Set(Of T)
) As Boolean
Parameters
- other
- Type: Telogis.GeoBaseSetT
The other Set.
Return Value
Type:
BooleanTrue, if 'other' is a subset of this Set.
See Also