Method Contains | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Contains(KeyValuePair<string, ThemeScope>)
Determines whether the ICollection contains a specific value.
public bool Contains(KeyValuePair<string, ThemeScope> item)
Parameters
item
KeyValuePair<string, ThemeScope>
The object to locate in the ICollection.
Returns
true if item
is found in the ICollection; otherwise, false.