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

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

    Parameters

    other
    See Also