Color.Equals
Equals(Color)
Tests whether the specified color is equivalent to this color.
public bool Equals(Color other)
Parameter | Type | Description |
---|---|---|
other | Color | The color to test. |
Return Value
true
if the specified color is equivalent to this color; otherwise, false
.
See Also
- struct Color
- namespace System.Drawing
- assembly Aspose.Drawing
Equals(object)
Tests whether the specified object is equivalent to this color.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The object to test. |
Return Value
true
if the specified object is equivalent to this color; otherwise, false
.
See Also
- struct Color
- namespace System.Drawing
- assembly Aspose.Drawing