[]
Tests whether a string in the collection has default value.
public bool IsDefault(object key)
Public Function IsDefault(key As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| object | key | The key of the string to test. |
| Type | Description |
|---|---|
| bool |
|