TgaImage.op_Inequality
TgaImage Inequality operator
Conducts a non-equality comparison between two TGA images, evaluating both the first and second images involved in the comparison. This method aids in identifying discrepancies or differences between images, enabling precise analysis and decision-making in image processing tasks.
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