Click or drag to resize

ColorByteEquals(ColorByte) Method

Compares whether current instance is equal to specified [!:ColorPacked].

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool Equals(
	ColorByte other
)

Parameters

other  ColorByte
The [!:ColorPacked] to compare.

Return Value

Boolean
true if the instances are equal; false otherwise.

Implements

IEquatableTEquals(T)
See Also