Version

Contains Method (CustomViewCollection)

Determines whether a custom view is in this collection.
Syntax
public bool Contains( 
   CustomView customView
)

Parameters

customView
The custom view to locate in the collection.

Return Value

True if the custom view is found; False otherwise.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also