Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / PaletteColor Structure / Equals Method / Equals(PaletteColor) Method

In This Topic
    Equals(PaletteColor) Method
    In This Topic
    Determines whether the specified PaletteColor is equal to this instance.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As PaletteColor _
    ) As System.Boolean
    public System.bool Equals( 
       PaletteColor other
    )

    Parameters

    other
    See Also