ColorCMYKEquals Method (ColorCMYK) |
Returns a value indicating that this is equal to the specified color
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool Equals(
ColorCMYK other
)
Public Function Equals (
other As ColorCMYK
) As Boolean
abstract Equals :
other : ColorCMYK -> bool
override Equals :
other : ColorCMYK -> bool
Parameters
- other
- Type: Eto.DrawingColorCMYK
ColorCMYK to compare with
Return Value
Type:
BooleanTrue if the colours are equal, false otherwise
Implements
IEquatableTEquals(T)See Also