Click or drag to resize

Dpi.Inequality Operator

Compares the two Dpi objects for inequality.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public static bool operator !=(
	Dpi x,
	Dpi y
)

Parameters

x
Type: Atalasoft.Imaging.Dpi
The x.
y
Type: Atalasoft.Imaging.Dpi
The y.

Return Value

Type: Boolean
true if the objects are not equal, false otherwise
Remarks
The compares the x and y resolutions and the units, but not compare for equivalence across different units
See Also