ColorHSBEquals Method (Object) |
Compares an object to determine equality with this instance
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
Object to compare
Return Value
Type:
BooleanTrue if the object is equal to this instance's value, false otherwise
See Also