BigNumber.opEquals

Check the BigNumber has the equal value to y

  1. bool opEquals(BigNumber y)
    struct BigNumber
    @trusted @nogc const pure
    bool
    opEquals
    ()
    (
    auto ref const BigNumber y
    )
  2. bool opEquals(T y)

Parameters

y BigNumber

value to be compared

Return Value

Type: bool

true if the values are equal