Constable Authorization Engine 2.0 BETA

NamedObjectCollectionBase.Contains Method 

[This is preliminary documentation and subject to change.]

Determines whether the object is in the collection.

[Visual Basic]
Overridable Public Function Contains( _
   ByVal obj As NamedObjectBase _
) As Boolean
[C#]
public virtual bool Contains(
   NamedObjectBase obj
);

Parameters

obj
The object to locate in the collection.

Return Value

true is the obj is found in the collection; false otherwise.

See Also

NamedObjectCollectionBase Class | LaMarvin.Constable.Model Namespace