Contains
 Determines if the list contains a specific value.
 Public Function Contains(
	  ByRef Value As Variant ) As Boolean
Parameters
- Value
 - 
[ByRef]
 Variant.
  the value to check the list for.
 
 
Return Values
Boolean -  An indication of the value being found in the list.
See Also
Project CorLib Overview
Class IList Overview