Click or drag to resize

SizeInequality Operator

Compares two sizes for inequality

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static bool operator !=(
	Size size1,
	Size size2
)

Parameters

size1
Type: Eto.DrawingSize
First size to compare
size2
Type: Eto.DrawingSize
Second size to compare

Return Value

Type: Boolean
True if either the width and height of both sizes are not equal, false if they are both equal
See Also