mir_slim_rcptr.opEquals

Compares two mir_slim_rcptr objects for equality, or tests if a mir_slim_rcptr is null.

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