Click or drag to resize

PaddingInequality Operator

Determines the inequality of two padding objects

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static bool operator !=(
	Padding value1,
	Padding value2
)

Parameters

value1
Type: Eto.DrawingPadding
First padding value to compare
value2
Type: Eto.DrawingPadding
Second padding value to compare

Return Value

Type: Boolean
True if the values are not equal, false if they are equal
See Also