NamedColorEquals(NamedColor) Method |
Indicates whether the current object is equal to another object of the same type.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Equals(
NamedColor other
)
Parameters
- other NamedColor
- An object to compare with this object.
Return Value
Boolean if the current object is equal to the
other parameter; otherwise,
.
Implements
IEquatableTEquals(T)
See Also