Skip to main content
All docs
V19.1

SvgImageCollection.ContainsKey(String) Method

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.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