Aspose::Pdf::XImage::IsTheSameObject method

XImage::IsTheSameObject method

Returns true if both images references to the same object.

bool Aspose::Pdf::XImage::IsTheSameObject(System::SharedPtr<Aspose::Pdf::XImage> image)
ParameterTypeDescription
imageSystem::SharedPtr<Aspose::Pdf::XImage>Image to be compared with “this” image.

ReturnValue

Boolean value which is true if images references to the same object.

See Also