BigNumber.opCmp

Compare the BigNumber to y

  1. int opCmp(BigNumber y)
  2. int opCmp(T y)
  3. int opCmp(T y)
    struct BigNumber
    @trusted @nogc pure nothrow const
    int
    opCmp
    ()
    (
    const T y
    )

Parameters

y T

value to be compared

Return Value

Type: int

true if the values are equal