Persistate API documentation
Contains Method (member)
NamespacesPersistate.UtilIndexedSet<(Of <(<'T>)>)>Contains(T)

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

Determines whether an object is a member of this IndexedSet.
Declaration Syntax
C#
public bool Contains(
	T member
)
Parameters
member (T)
The object to check.
Return Value
True if the object is a member otherwise false.

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