Method Contains
Contains(KeyValuePair<string, ColorScheme?>)
Determines whether the ICollection<T> contains a specific value.
public bool Contains(KeyValuePair<string, ColorScheme?> item)
Parameters
item
KeyValuePair<string, ColorScheme>The object to locate in the ICollection<T>.
Returns
- bool
true if
item
is found in the ICollection<T>; otherwise, false.