'Declaration
Public Function Contains( _ ByVal item As IEventMetricValueDefinition _ ) As Boolean
public bool Contains( IEventMetricValueDefinition item )
Parameters
- item
- The event metric value definition object to look for
Return Value
True if the object already exists in the collection, false otherwise