GeneralTransformCollection.Contains(GeneralTransform) Metoda

Definice

Určuje, zda GeneralTransformCollection obsahuje zadaný GeneralTransform objekt.

public:
 virtual bool Contains(System::Windows::Media::GeneralTransform ^ value);
public bool Contains (System.Windows.Media.GeneralTransform value);
abstract member Contains : System.Windows.Media.GeneralTransform -> bool
override this.Contains : System.Windows.Media.GeneralTransform -> bool
Public Function Contains (value As GeneralTransform) As Boolean

Parametry

Návraty

true pokud kolekce obsahuje value; v opačném případě false.

Implementuje

Příklady

ICollection<T>.Contains

Platí pro