AxoColorEquality Operator |
Determines whether two colors are equal.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool operator ==(
AxoColor x,
AxoColor y
)
Parameters
- x AxoColor
- The first color.
- y AxoColor
- The second color.
Return Value
Boolean if both colors are equal; otherwise,
.
See Also