iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

LazyListGeneric<T>.Contains Method 

Determines whether the ICollection`1 contains a specific value.

[Visual Basic]
NotOverridable Public Function Contains( _
   ByVal LazyListGeneric<T>.T As `0 _
) As Boolean _
    Implements ICollection<T>.
[C#]
public bool Contains(
   LazyListGeneric<T>.T item
);

Parameters

item
The object to locate in the ICollection`1.

Return Value

true if item is found in the ICollection`1; otherwise, false.

Implements

ICollection<T>.

See Also

LazyListGeneric<T> Class | IBatisNet.DataMapper.Proxy Namespace