Back to Devexpress

PresentationDictionary<TKey, TValue>.Contains(KeyValuePair<TKey, TValue>) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationdictionary-2-dot-contains-x28-system-dot-collections-dot-generic-dot-keyvaluepair-0-1-x29.md

latest1.9 KB
Original Source

PresentationDictionary<TKey, TValue>.Contains(KeyValuePair<TKey, TValue>) Method

Determines whether the dictionary contains a specific key-value pair.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public bool Contains(
    KeyValuePair<TKey, TValue> item
)
vb
Public Function Contains(
    item As KeyValuePair(Of TKey, TValue)
) As Boolean

Parameters

NameTypeDescription
itemKeyValuePair<TKey, TValue>

The key-value pair to locate in the dictionary.

|

Returns

TypeDescription
Boolean

true if the dictionary contains the specified key-value pair; otherwise, false.

|

Implements

Contains(KeyValuePair<TKey, TValue>)

See Also

PresentationDictionary<TKey, TValue> Class

PresentationDictionary<TKey, TValue> Members

DevExpress.Docs.Presentation Namespace