MaterialCollection.IList.Contains(Object) Metodo
Definizione
Per una descrizione di questo membro, vedere 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);
Function Contains (value As Object) As Boolean Implements IList.Contains
Parametri
- value
- Object
Oggetto Object da individuare in MaterialCollection.The Object to locate in the MaterialCollection.
Restituisce
true
se l'oggetto Object si trova in MaterialCollection; in caso contrario, false
.true
if the Object is found in the MaterialCollection; otherwise, false
.
Implementazioni
Commenti
Questo membro è un’implementazione esplicita di un membro di interfaccia.This member is an explicit interface member implementation. Può essere utilizzato solo quando si esegue il cast dell'istanza MaterialCollection a un'interfaccia IList.It can be used only when the MaterialCollection instance is cast to an IList interface.