Class DicomTagComparer
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
public class DicomTagComparer : IEqualityComparer<DicomItem>
- Inheritance
-
DicomTagComparer
- Implements
- Inherited Members
- Extension Methods
Methods
Equals(DicomItem, DicomItem)
Determines whether the specified objects are equal.
public bool Equals(DicomItem x, DicomItem y)
Parameters
xDicomItemThe first object of type
Tto compare.yDicomItemThe second object of type
Tto compare.
Returns
GetHashCode(DicomItem)
Returns a hash code for the specified object.
public int GetHashCode(DicomItem obj)
Parameters
Returns
- int
A hash code for the specified object.
Exceptions
- ArgumentNullException
The type of
objis a reference type andobjis null.