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