'Declaration
Public Overloads Shared Function ContainsKey( _ ByVal metricsSystem As String, _ ByVal categoryName As String, _ ByVal counterName As String _ ) As Boolean
public static bool ContainsKey( string metricsSystem, string categoryName, string counterName )
Parameters
- metricsSystem
- The metrics capture system label.
- categoryName
- The name of the category with which this definition is associated.
- counterName
- The name of the definition within the category.
Return Value
true if the collection contains an element with the key; otherwise, false.