mir_rcarray.opEquals

Compares this reference-counted array to another of the same template or null for equality.

  1. bool opEquals(typeof(null) )
  2. bool opEquals(ThisTemplate!Y rhs)
    struct mir_rcarray(T)
    @safe scope const pure nothrow @nogc
    bool
    opEquals
    (
    Y
    )
    (
    auto ref scope const ThisTemplate!Y rhs
    )