MetricCollection Contains Method C# API
Determines whether the specified metric is contained in this MetricCollection.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public bool Contains(
	string metricName
)

Parameters

metricName
Type: System String
The name of the metric to check.

Return Value

true if the collection contains metricName; otherwise, false.
See Also