Click or drag to resize

ColorByteEquals Method (Object)

Compares whether current instance is equal to specified object.

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

Parameters

obj
Type: SystemObject
The ColorByte to compare.

Return Value

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