Click or drag to resize

ColorByteInequality Operator

Compares whether two ColorByte instances are not equal.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool operator !=(
	ColorByte a,
	ColorByte b
)

Parameters

a  ColorByte
ColorByte instance on the left of the not equal sign.
b  ColorByte
ColorByte instance on the right of the not equal sign.

Return Value

Boolean
true if the instances are not equal; false otherwise.
See Also