NonGenericList.Contains

NonGenericList.Contains method

Determines whether the IList contains a specific value.

public bool Contains(object value)
ParameterTypeDescription
valueObjectThe Object to locate in the IList.

Return Value

true if the Object is found in the IList; otherwise, false.

See Also