MutationObserverInit.Contains

MutationObserverInit.Contains method

Determines whether the MutationObserverInit contain the specified key/value pair.

public bool Contains(KeyValuePair<string, object> item)
ParameterTypeDescription
itemKeyValuePair`2The item to check.

Return Value

True if the MutationObserverInit contain the specified key/value pair; otherwise, false.

See Also