Version

Contains Method (TrendlineCollection)

Returns a boolean value indicating whether the specified instance is contained within this collection.
Syntax
public bool Contains( 
   Trendline item
)

Parameters

item
The item to check

Return Value

True if the item is in the collection, otherwise false.
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