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)
Parameter | Type | Description |
---|---|---|
image | System::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
- Typedef SharedPtr
- Class XImage
- Class XImage
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++