• This function returns whether the first provided value is greater than or equal to the second provided value.

    Returns

    Whether value1 is greater than or equal to value2

    Parameters

    • value1: any

      First value

    • value2: any

      Second value

    Returns boolean