'Declaration Public Overloads Operator =( _
ByVal leftA DicomReferencedImage to compare.As DicomReferencedImage, _
ByVal rightA DicomReferencedImage to compare.As DicomReferencedImage _
) As Boolean
public bool operator ==(
DicomReferencedImage left,
DicomReferencedImage right
)
public: bool op_Equality(
DicomReferencedImage* left,
DicomReferencedImage* right
)
public:
bool operator ==(
DicomReferencedImage^ left,
DicomReferencedImage^ right
)
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.