TgaImage.op_Equality
TgaImage Equality operator
Performs an equality comparison between two TGA images, considering both the first and second images involved in the comparison process. This method facilitates straightforward assessment of image equality, ensuring accurate analysis and decision-making within image processing workflows.
public static bool operator ==(TgaImage first, TgaImage second)
Parameter | Type | Description |
---|---|---|
first | TgaImage | First TgaImage that takes part in comparison. |
second | TgaImage | Second TgaImage that takes part in comparison. |
Return Value
Comparison results.
See Also
- class TgaImage
- namespace Aspose.Imaging.FileFormats.Tga
- assembly Aspose.Imaging