The OpenD Programming Language

Complex.opEquals

  1. bool opEquals(Complex rhs)
    struct Complex(T)
    scope const
    bool
    opEquals
    (
    const Complex rhs
    )
    if (
    is(T == float) ||
    is(T == double)
    ||
    is(T == real)
    )
  2. bool opEquals(Complex!R rhs)
  3. bool opEquals(F rhs)

Meta