ExifDictionaryContains 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(
	ExifTag tag
)

Parameters

tag  ExifTag
The tag.

Return Value

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

Implements

IMetadataDictionaryTTag, TEntryContains(TTag)

See Also