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
tagTTagThe tag.
Returns
- bool
true if the tag is found, false if not.