pmMDA.NET

LinkedCollection.Contains Method 

[This is preliminary documentation and subject to change.]

Returns whether this linked collection contains the o.

public bool Contains(
   object o
);

Parameters

o
The item to locate.

Return Value

true if this collection contains the o; otherwise, false.

Exceptions

Exception Type Condition
ArgumentNullException o is a null reference.

See Also

LinkedCollection Class | PmMda.Net.Dog.Paging Namespace