'Declaration
Public Function Contains( _ ByVal item As PerfCounterMetric _ ) As Boolean
public bool Contains( PerfCounterMetric item )
Parameters
- item
- The performance counter object to check for
Return Value
True if the item is found, false otherwise.