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