Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList.Contains Method 

Is the given object in the list?

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

Parameters

value
The object to find

Return Value

True if the object is in the list

Implements

IList.Contains

See Also

LinkedList Class | bedrock.collections Namespace