Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgColor Structure / Equals Method / Equals(SvgColor) Method

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

    Parameters

    other
    See Also