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

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

    Parameters

    other
    See Also