TriggerActionCollection.IList.Contains(Object) Metodo

Definizione

Questo membro supporta l'infrastruttura Windows Presentation Foundation (WPF) e non deve essere usata direttamente dal codice.

 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

Parametri

value
Object

Oggetto Object da individuare in IList.

Restituisce

Boolean

true se l'oggetto Object si trova in IList; in caso contrario, false.

Implementazioni

Si applica a