IMetadataDictionaryTTag, TEntryContains 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#
bool Contains(
	TTag tag
)

Parameters

tag  TTag
The tag.

Return Value

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

See Also