Click or drag to resize

AtalaInt128Inequality Operator

Calculates if the two values are not equal.

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 !=(
	AtalaInt128 bi1,
	AtalaInt128 bi2
)

Parameters

bi1
Type: Atalasoft.ImagingAtalaInt128
The bi1.
bi2
Type: Atalasoft.ImagingAtalaInt128
The bi2.

Return Value

Type: Boolean
true if not equal, false otherwise
See Also