GeneralTransformCollection.Contains(GeneralTransform) Method

Definition

Indicates whether the GeneralTransformCollection contains the specified GeneralTransform object.

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

Parameters

Returns

true if the collection contains value; otherwise false.

Implements

Examples

ICollection<T>.Contains

Applies to