ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / Equals Method / Equals(Matrix3x2) Method

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

    Parameters

    other
    See Also