Click or drag to resize
Grid Solutions Framework

ParametersContains Method

Determines whether the ICollectionT contains a specific value.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public bool Contains(
	IMutableParameter item
)
View Source

Parameters

item  IMutableParameter
The object to locate in the ICollectionT.

Return Value

Boolean
if item is found in the ICollectionT; otherwise, .

Implements

ICollectionTContains(T)
See Also