Skip to main content
A newer version of this page is available.
All docs
V18.2

SvgImageCollection.ContainsKey(String) Method

Determines whether the SvgImageCollection.Keys sequence contains the specified element.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public bool ContainsKey(
    string key
)

Parameters

Name Type Description
key String

The value to locate in the sequence.

Returns

Type Description
Boolean

true, if the SvgImageCollection.Keys sequence contains an element that has the specified value; otherwise, false.

See Also