StringValues.ICollection<String>.Contains(String) 메서드

정의

문자열 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

매개 변수

item
String

String 에서 찾을 위치입니다StringValues.

반품

있으면 , 그렇지 않으면 .입니다.

구현

적용 대상