TgaImage.Equals
Contents
[
Hide
]Equals(TgaImage)
In an equality comparison, the method evaluates whether the current TgaImage
instance is equal to the second image provided as a parameter. This operation facilitates determining if two TGA images are identical, aiding in image processing and comparison tasks.
public bool Equals(TgaImage other)
Parameter | Type | Description |
---|---|---|
other | TgaImage | Second TgaImage that takes part in comparison. |
Return Value
Comparison results.
See Also
- class TgaImage
- namespace Aspose.Imaging.FileFormats.Tga
- assembly Aspose.Imaging
Equals(object)
The method performs an equality comparison between the current TgaImage
instance and another object provided as a parameter. Specifically, it evaluates whether the properties of the current image match those of the second object, assisting in determining their equivalence for comparison purposes within image processing workflows.
public override bool Equals(object other)
Parameter | Type | Description |
---|---|---|
other | Object | Second TgaImage that takes part in comparison. |
Return Value
Comparison results.
See Also
- class TgaImage
- namespace Aspose.Imaging.FileFormats.Tga
- assembly Aspose.Imaging