OrderedDictionary<TKey,TValue>.IList.Contains(Object) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Determines whether the IList contains a specific value.

C#
bool IList.Contains(object value);

Parameters

value
Object

The object to locate in the IList.

Returns

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

Implements

Applies to

Product Versions
.NET 9, 10