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

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

Returns true if the given object (not T) is in the collection. This works because of the constraint on T
Declaration Syntax
C#
public bool Contains(
	Object obj
)
Parameters
obj (Object)
The object to find.
Return Value
True if object is in collection, else false,

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