Table of Contents

IMetadataDictionary<TTag, TEntry>.Contains Method

Definition

Namespace
GleamTech.ImageUltimate
Assembly
GleamTech.ImageUltimate.dll

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

bool Contains(TTag tag)

Parameters

tag TTag

The tag.

Returns

bool

true if the tag is found, false if not.