'Declaration Public Overridable Function Contains( _ ByVal value As System.Object _ ) As System.Boolean
public virtual System.bool Contains( System.object value )
Parameters
- value
- The System.Object to locate.
Return Value
True if the System.Object is found in the list; otherwise, false.