ColorByteEquals(ColorByte) Method |
Compares whether current instance is equal to specified [!:ColorPacked].
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool Equals(
ColorByte other
)
Parameters
- other ColorByte
- The [!:ColorPacked] to compare.
Return Value
Booleantrue if the instances are equal;
false otherwise.
Implements
IEquatableTEquals(T)
See Also