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

    Parameters

    left
    A DicomDisplayedArea to compare.
    right
    A DicomDisplayedArea to compare.

    Return Value

    True if the DisplayedAreaTopLeftCorner, DisplayedAreaBottomRightCorner and PresentationSizeMode and PresentationPixelAspectRatio 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