Size.op_Equality
Size Equality operator
Tests whether two Size
structures are equal.
public static bool operator ==(Size size1, Size size2)
Parameter | Type | Description |
---|---|---|
size1 | Size | The Size structure on the left side of the equality operator. |
size2 | Size | The Size structure on the right of the equality operator. |
Return Value
True if size1 and size2 have equal width and height; otherwise, false.
See Also
- struct Size
- namespace Aspose.Imaging
- assembly Aspose.Imaging