PixelSizeInequality Operator

Checks for inequality between two Sizes.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static bool operator !=(
	PixelSize left,
	PixelSize right
)

Parameters

left  PixelSize
The first size.
right  PixelSize
The second size.

Return Value

Boolean
True if the sizes are unequal; otherwise false.

See Also