Click or drag to resize

CompositeTerrainProvider.Contains Method

Determines whether an item is in the CompositeTerrainProvider list.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public bool Contains(
	TerrainProvider item
)

Parameters

item
Type: AGI.Foundation.Terrain.TerrainProvider
Item that is being searched for.

Return Value

Type: Boolean
true if the item is found; otherwise false.

Implements

ICollection<T>.Contains(T)
See Also