IsolatedStorageSettings.Contains Method
Include Protected Members
Include Inherited Members
Determines whether a sequence contains a specified element.
Overload List
Name | Description | |
---|---|---|
Contains(KeyValuePair<String, Object>) | Determines whether a sequence contains a specified element by using the default equality comparer. (Defined by Enumerable.) | |
Contains(KeyValuePair<String, Object>, IEqualityComparer<KeyValuePair<String, Object>>) | Determines whether a sequence contains a specified element by using a specified IEqualityComparer<T>. (Defined by Enumerable.) |
Top