System.Windows.Forms.AutoCompleteStringCollection.Contains Method

Indicates whether the string exists within the collection.

Syntax

public bool Contains (string value)

Parameters

value
The string for which to search.

Returns

true if the string exists within the collection; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0