Table of Contents

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

x DicomItem

The first object of type T to compare.

y DicomItem

The second object of type T to compare.

Returns

bool

true if the specified objects are equal; otherwise, false.

GetHashCode(DicomItem)

Returns a hash code for the specified object.

public int GetHashCode(DicomItem obj)

Parameters

obj DicomItem

The object for which a hash code is to be returned.

Returns

int

A hash code for the specified object.

Exceptions

ArgumentNullException

The type of obj is a reference type and obj is null.