CategoryNameCollection.Contains(String) Método
Definição
Indica se a categoria especificada está contida na coleção.Indicates whether the specified category is contained in the collection.
public:
bool Contains(System::String ^ value);
public bool Contains (string value);
member this.Contains : string -> bool
Public Function Contains (value As String) As Boolean
Parâmetros
- value
- String
Uma cadeia de caracteres a ser verificada na coleção.The string to check for in the collection.
Retornos
true se a categoria especificada estiver contida na coleção; caso contrário, false.true if the specified category is contained in the collection; otherwise, false.