Size.op_Inequality
Size Inequality operator
Tests whether two Size
structures are different.
public static bool operator !=(Size size1, Size size2)
Parameter | Type | Description |
---|---|---|
size1 | Size | The Size structure on the left of the inequality operator. |
size2 | Size | The Size structure on the right of the inequality operator. |
Return Value
True if size1 and size2 differ either in width or height; false if size1 and size2 are equal.
See Also
- struct Size
- namespace Aspose.PSD
- assembly Aspose.PSD