[This is preliminary documentation and is subject to change.]

Checks whether a given zone is in the collection.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public bool Contains(
	Zone item
)

Parameters

item
Zone

[Missing <param name="item"/> documentation for "M:fCraft.ZoneCollection.Contains(fCraft.Zone)"]

Return Value

[Missing <returns> documentation for "M:fCraft.ZoneCollection.Contains(fCraft.Zone)"]

Implements

ICollection<(Of <(<'T>)>)>..::..Contains(T)

See Also