ColorEquals Method (Color) |
Compares the specified color for equality
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool Equals(
Color other
)
Public Function Equals (
other As Color
) As Boolean
abstract Equals :
other : Color -> bool
override Equals :
other : Color -> bool
Parameters
- other
- Type: Eto.DrawingColor
Other color to determine equality
Return Value
Type:
BooleanTrue if all components of the specified color are equal to this object
Implements
IEquatableTEquals(T)See Also