PolygonGeometryCollection.Contains Method
Determines whether the collection contains the specified element.
Thread safety: This property is not thread-safe.
Contains(PolygonGeometry item)
Determines whether the collection contains the specified element.Syntax
public System.Boolean Contains (
PolygonGeometry item
)
Parameters
item
Type: PolygonGeometry
The value to locate in the collection.
The value to locate in the collection.
Return Value
Type: System.Boolean
True if the collection contains an element that has the specified value; otherwise, False.
True if the collection contains an element that has the specified value; otherwise, False.
Platforms
Windows, Linux, Android