[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.PaletteColor.Equals

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
Type Name Description
PaletteColor other
Returns
Type Description
bool
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
Type Description
bool
Overrides