'Declaration
Public Function Contains( _ ByVal item As IMetricSample _ ) As Boolean
public bool Contains( IMetricSample item )
Parameters
- item
- The object to locate in the collection.
Return Value
true if the item is found in the collection; otherwise false.