StringValues.ICollection<String>.Contains(String) Methode

Definitie

Bepaalt of een tekenreeks zich in de StringValues.

 virtual bool System.Collections.Generic.ICollection<System.String>.Contains(System::String ^ item) = System::Collections::Generic::ICollection<System::String ^>::Contains;
bool ICollection<string>.Contains(string? item);
abstract member System.Collections.Generic.ICollection<System.String>.Contains : string -> bool
override this.System.Collections.Generic.ICollection<System.String>.Contains : string -> bool
Function Contains (item As String) As Boolean Implements ICollection(Of String).Contains

Parameters

item
String

De String te vinden in de StringValues.

Retouren

trueindien item wordt gevonden in de StringValues; anders . false

Implementeringen

Van toepassing op