AutoCompleteStringCollection.Contains(String) Methode

Definitie

Hiermee wordt aangegeven of de String bestaat in de verzameling.

public:
 bool Contains(System::String ^ value);
public bool Contains(string value);
member this.Contains : string -> bool
Public Function Contains (value As String) As Boolean

Parameters

value
String

De String zoekfunctie.

Retouren

trueals de String verzameling bestaat; anders. false

Van toepassing op