ImmutableListTContains Method

Determines whether the ICollection contains a specific value.

Definition

Namespace: SnapDB.Immutables
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool Contains(
	T item
)

Parameters

item  T
The object to locate in the ICollection.

Return Value

Boolean
true if item is found in the ICollection; otherwise, false.

Implements

ICollectionTContains(T)

See Also