Click or drag to resize

SetTContains Method

Verizon Connect Logo
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
)

Parameters

item
Type: T
The item to locate in the Set.

Return Value

Type: Boolean
True, if the item is found in the Set, otherwise false.

Implements

ICollectionTContains(T)
See Also