ColorNameKeyEquals(ColorNameKey) Method |
Compares this key to another key.
Namespace: Altaxo.Drawing.ColorManagementAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool Equals(
ColorNameKey other
)
Parameters
- other ColorNameKey
- The other key.
Return Value
BooleanTrue if this key matches with name and color value to the other key. Otherwise,
false.
Implements
IEquatableTEquals(T)See Also