GeneralTransformCollection.Contains(GeneralTransform) Méthode

Définition

Indique si la collection GeneralTransformCollection contient l'objet GeneralTransform spécifié.

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

Paramètres

Retours

true si la collection contient le paramètre value ; sinon, false.

Implémente

Exemples

ICollection<T>.Contains

S’applique à