Method Contains
Contains(Metadata)
Checks whether the metadata collection contains the specified metadata entry.
public bool Contains(Metadata item)
Parameters
item
MetadataThe metadata entry to check.
Returns
- bool
True if the metadata entry exists in the collection; otherwise, false.