ColorByteEquality Operator |
Compares whether two
ColorByte instances are equal.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool operator ==(
ColorByte a,
ColorByte b
)
Parameters
- a ColorByte
- ColorByte instance on the left of the equal sign.
- b ColorByte
- ColorByte instance on the right of the equal sign.
Return Value
Booleantrue if the instances are equal;
false otherwise.
See Also