Table of Contents

Class DicomValueComparer

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll
public class DicomValueComparer : IEqualityComparer<DicomItem>
Inheritance
DicomValueComparer
Implements
Inherited Members
Extension Methods

Properties

DefaultInstance

public static DicomValueComparer DefaultInstance { get; set; }

Property Value

DicomValueComparer

Methods

Equals(DicomItem, DicomItem)

Determines whether the specified objects are equal.

public bool Equals(DicomItem item1, DicomItem item2)

Parameters

item1 DicomItem
item2 DicomItem

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.