Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class / Equals Method / Equals(SvgMatrix) Method

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

    Parameters

    other
    See Also