ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ColorF Structure / Equals Method / Equals(ColorF) Method

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

    Parameters

    other
    See Also