SetTContains Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Determines whether the Set contains a specific value.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool Contains(
T item
)
Public Function Contains (
item As T
) As Boolean
Parameters
- item
- Type: T
The item to locate in the Set.
Return Value
Type:
BooleanTrue, if the item is found in the Set, otherwise false.
Implements
ICollectionTContains(T)See Also