RollingWindowTContains Method

Determines whether the RollingWindowT contains a specific value.

Definition

Namespace: Gemstone.IO.Collections
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.138 -- Release Build+f13f8f80c1917f967d82dedfdc2c53029991e99f
public bool Contains(
	T item
)

Parameters

item  T
The object to locate in the RollingWindowT.

Return Value

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

Implements

ICollectionTContains(T)

See Also