EntitySet<TEntity>.IList.Contains(Object) Método
Definição
Para obter uma descrição desse membro, confira Contains(Object).For a description of this member, see Contains(Object).
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 Object for encontrado no IList; caso contrário, false.true if the Object is found in the IList; otherwise, false.
Implementaçõ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 EntitySet<TEntity> é convertida em uma interface de System.Collections.IList.It can be used only when the EntitySet<TEntity> instance is cast to an System.Collections.IList interface.