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 public override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The ColorByte to compare.
Return Value
Type:
Booleantrue if the instances are equal;
false otherwise.
See Also