Click or drag to resize

CollectionTContains Method

Indicates if the collection contains the specified item.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public bool Contains(
	T item
)

Parameters

item
Type: T
Item to check.

Return Value

Type: Boolean
True if the specified item exists in the collection; otherwise, false.

Implements

ICollectionTContains(T)
See Also