Click or drag to resize

ColorByteEquals(Object) Method

Compares whether current instance is equal to specified object.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The ColorByte to compare.

Return Value

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