Algebraic.opEquals

Compares an Algebraic with another Algebraic or an UnqualRec!T for equality, returning true if equal.

  1. bool opEquals(Algebraic rhs)
  2. bool opEquals(Algebraic rhs)
  3. bool opEquals(UnqualRec!T rhs)
  4. bool opEquals(UnqualRec!T rhs)
    struct Algebraic(T__...)
    scope @trusted const
    static if(!(is(T == void)))
    bool
    opEquals
    ()
    (
    scope const UnqualRec!T rhs
    )