pmMDA.NET

SortedArray.Contains Method 

[This is preliminary documentation and subject to change.]

Determines whether this list contains a specified value.

public bool Contains(
   object value
);

Parameters

value
The item to locate in this list.

Return Value

true if the specified value was found in this list; otherwise, false.

Implements

IList.Contains

See Also

SortedArray Class | PmMda.Net.Dog.Paging Namespace