DOMTokenList.Contains

DOMTokenList.Contains method

Returns true if the list contains the given token, otherwise false.

public bool Contains(string token)
ParameterTypeDescription
tokenStringThe token to locate in the list.

Return Value

A Boolean, which is true if the calling list contains token, otherwise false.

See Also