[]
        
(Showing Draft Content)

C1.Win.C1SuperTooltip.ImageCollection.Contains

Contains Method

Contains(ImageEntry)

Determines whether the ImageCollection contains a given key.

Declaration
public bool Contains(ImageEntry entry)
Parameters
Type Name Description
ImageEntry entry

ImageEntry to locate in the collection.

Returns
Type Description
bool

True if the collection contains entry, false otherwise.

Contains(string)

Determines whether the ImageCollection contains a given key.

Declaration
public bool Contains(string key)
Parameters
Type Name Description
string key

String that identifies the ImageEntry.

Returns
Type Description
bool

True if the collection contains an ImageEntry associated with the given key, false otherwise.

Remarks

The key parameter is not case-sensitive.