SizeF.op_Inequality

SizeF Inequality operator

Tests whether two SizeF structures are different.

public static bool operator !=(SizeF size1, SizeF size2)
ParameterTypeDescription
size1SizeFThe SizeF structure on the left of the inequality operator.
size2SizeFThe SizeF structure on the right of the inequality operator.

Return Value

This operator returns true if size1 and size2 differ either in width or height; false if size1 and size2 are equal.

See Also