VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomReferencedImage Class / Equality Operators / Equality(DicomReferencedImage,DicomReferencedImage) Operator
Syntax Requirements SeeAlso
In This Topic
    Equality(DicomReferencedImage,DicomReferencedImage) Operator (DicomReferencedImage)
    In This Topic
    Compares two DicomReferencedImage instances. The result specifies whether the values of the SopClass, SopInstance and FrameNumber properties of the two DicomReferencedImage instances are equal.
    Syntax

    Parameters

    left
    A DicomReferencedImage to compare.
    right
    A DicomReferencedImage to compare.

    Return Value

    True if the SopClass, SopInstance and FrameNumber values of left and right are equal; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also