BigNumber.opEquals

Check the BigNumber has the equal value to y

  1. bool opEquals(BigNumber y)
  2. bool opEquals(T y)
    struct BigNumber
    @trusted @nogc const pure nothrow
    bool
    opEquals
    (
    T
    )
    (
    T y
    )
    if (
    isIntegral!T
    )

Parameters

y T

value to be compared

Return Value

Type: bool

true if the values are equal