ImmutableList<T>.IList.Contains(Object) Método
Definição
Determina se a lista imutável contém um valor específico.Determines whether the immutable list contains a specific value.
virtual bool System.Collections.IList.Contains(System::Object ^ value) = System::Collections::IList::Contains;
bool IList.Contains (object value);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (value As Object) As Boolean Implements IList.Contains
Parâmetros
- value
- Object
O objeto a ser localizado na lista.The object to locate in the list.
Retornos
true se o objeto for encontrado na lista; caso contrário, false.true if the object is found in the list; otherwise, false.
Implementações
Exceções
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de ImmutableList<T> é convertida em uma interface de IList.It can be used only when the ImmutableList<T> instance is cast to an IList interface.