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

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

    Parameters

    other
    See Also