Sdílet prostřednictvím


ConnectionInterfaceCollection.Contains(Type) Metoda

Definice

Určuje, zda ConnectionInterfaceCollection objekt obsahuje konkrétní hodnotu.

public:
 bool Contains(Type ^ value);
public bool Contains (Type value);
member this.Contains : Type -> bool
Public Function Contains (value As Type) As Boolean

Parametry

value
Type

Typ, který se má najít v .ConnectionInterfaceCollection

Návraty

truepokud value se nachází v ; ConnectionInterfaceCollectionv opačném případě . false

Platí pro