ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / RectL Structure / EqualsRef Method

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

    Parameters

    other
    See Also