Size::Inequality Operator (Size, Size)

 

Tests whether two Size structures are different.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
static bool operator !=(
	Size sz1,
	Size sz2
)

Parameters

sz1
Type: System.Drawing::Size

The Size structure on the left of the inequality operator.

sz2
Type: System.Drawing::Size

The Size structure on the right of the inequality operator.

Return Value

Type: System::Boolean

true if sz1 and sz2 differ either in width or height; false if sz1 and sz2 are equal.

.NET Framework
Available since 1.1
Return to top
Show: