openDICOM.NET API Reference (openDICOM# Class Library)

Tag.Equals Method

Determines whether this instance is equal to another DICOM tag instance.

Overload List

Determines whether this instance is equal to another DICOM tag instance.

public bool Equals(Tag);

Determines whether this instance is equal to a string representation of the format "(gggg,eeee)".

public bool Equals(string);

See Also

Tag Class | openDicom.DataStructure Namespace