Click or drag to resize

DpiInequality Operator

Compares the two Dpi objects for inequality.

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

Parameters

x
Type: Atalasoft.ImagingDpi
The x.
y
Type: Atalasoft.ImagingDpi
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