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

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

    Parameters

    other
    See Also