Persistate API documentation
Contains Method (obj)
NamespacesPersistateIndexedList<(Of <(<'T>)>)>Contains(T)

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

Determines whether the collection contains a specific object.
Declaration Syntax
C#
public bool Contains(
	T obj
)
Parameters
obj (T)
The object to locate in the collection.
Return Value
True if item is found in the collection, otherwise, false

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)