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

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

    Parameters

    other
    See Also