ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / RectF Structure / EqualsRef Method

In This Topic
    EqualsRef Method (RectF)
    In This Topic
    Indicates whether this instance and a specified object are equal.
    Syntax
    'Declaration
     
    Public Function EqualsRef( _
       ByRef other As RectF _
    ) As Boolean
    public bool EqualsRef( 
       ref RectF other
    )

    Parameters

    other
    See Also