ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Rational Structure / Equals Method / Equals(Rational) Method

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

    Parameters

    other
    See Also