Table of Contents

Class DicomDatasetComparer

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

Properties

DefaultInstance

public static DicomDatasetComparer DefaultInstance { get; set; }

Property Value

DicomDatasetComparer

Methods

Equals(DicomDataset, DicomDataset)

Determines whether the specified objects are equal.

public bool Equals(DicomDataset dataset1, DicomDataset dataset2)

Parameters

dataset1 DicomDataset
dataset2 DicomDataset

Returns

bool

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

GetHashCode(DicomDataset)

Returns a hash code for the specified object.

public int GetHashCode(DicomDataset dataset)

Parameters

dataset DicomDataset

Returns

int

A hash code for the specified object.

Exceptions

ArgumentNullException

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