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
)
Public Shared Operator <> (
x As Dpi,
y As Dpi
) As Boolean
Parameters
- x
- Type: Atalasoft.Imaging.Dpi
The x. - y
- Type: Atalasoft.Imaging.Dpi
The y.
Return Value
Type:
Booleantrue 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