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

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

    Parameters

    other
    See Also