Click or drag to resize

ColorByteEquality Operator

Compares whether two ColorByte instances are equal.

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

Parameters

a
Type: NeoAxisColorByte
ColorByte instance on the left of the equal sign.
b
Type: NeoAxisColorByte
ColorByte instance on the right of the equal sign.

Return Value

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