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

LazyList.Contains Method 

Determines whether the IList contains a specific value.

[Visual Basic]
NotOverridable Public Function Contains( _
   ByVal Object As Object _
) As Boolean _
    Implements IList.
[C#]
public bool Contains(
   Object value
);

Parameters

value
The Object to locate in the IList.

Return Value

true if the Object is found in the IList; otherwise, false.

Implements

IList.

See Also

LazyList Class | IBatisNet.DataMapper.Proxy Namespace