GeometryCollection.Contains(Geometry) Method

Definition

Returns a value that indicates whether the collection contains the specified Geometry.

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

Parameters

value
Geometry

The Geometry to locate in the collection.

Returns

true if value is found in the IList; otherwise, false.

Implements

Applies to