Equals Method
Equals(PaletteColor)
Determines whether the specified PaletteColor is equal to this instance.
Declaration
public bool Equals(PaletteColor other)
Public Function Equals(other As PaletteColor) As Boolean
Parameters
Returns
Implements
Equals(object)
Determines whether the specified object is equal to this instance.
Declaration
public override bool Equals(object value)
Public Overrides Function Equals(value As Object) As Boolean
Parameters
Type |
Name |
Description |
object |
value |
|
Returns
Overrides