ColorEquals Method (Object) |
Tests if the specified object has the same value as this Color
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
Color to compare with
Return Value
Type:
BooleanTrue if the specified object is a Color and has the same ARGB components as this color, false otherwise
See Also