IptcDictionaryContains Method

Determines whether this dictionary contains an entry with the specified tag.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public bool Contains(
	IptcTag tag
)

Parameters

tag  IptcTag
The tag.

Return Value

Boolean
true if the tag is found, false if not.

Implements

IMetadataDictionaryTTag, TEntryContains(TTag)

See Also