ColorByteEquals(Object) Method |
Compares whether current instance is equal to specified object.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override bool Equals(
Object obj
)
Parameters
- obj Object
- The ColorByte to compare.
Return Value
Booleantrue if the instances are equal;
false otherwise.
See Also