ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix5x4 Structure / EqualsRef Method

In This Topic
    EqualsRef Method (Matrix5x4)
    In This Topic
    Determines whether the specified Matrix5x4 is equal to this instance.
    Syntax
    'Declaration
     
    Public Function EqualsRef( _
       ByRef other As Matrix5x4 _
    ) As System.Boolean
    public System.bool EqualsRef( 
       ref Matrix5x4 other
    )

    Parameters

    other
    See Also