SimpleORM.NET
Contains Method (item)
NamespacesSormObjectList<(Of <(T>)>)Contains(T)

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

Activates all loaded objects and checks if a given object is part of the list.
Declaration Syntax
C#Visual BasicVisual C++
public bool Contains(
	T item
)
Public Function Contains ( _
	item As T _
) As Boolean
public:
virtual bool Contains(
	T item
) sealed
Parameters
item (T)
Item to search for
Return Value
true, if the object is found

Assembly: sorm (Module: sorm) Version: 1.0.0.13068