Click or drag to resize

QuantizerColor32Inequality Operator

Implements the operator !=.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool operator !=(
	QuantizerColor32 left,
	QuantizerColor32 right
)

Parameters

left
Type: callback.ShellBoost.Core.UtilitiesQuantizerColor32
The left.
right
Type: callback.ShellBoost.Core.UtilitiesQuantizerColor32
The right.

Return Value

Type: Boolean
The result of the operator.
See Also