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

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

    Parameters

    other
    See Also