Luna::ObjRef::operator==

bool operator==(const ObjRef &rhs) const

Compares two references for equality.

Two references are equal if their underlying pointers are equal.

Parameters

  • in rhs

    The reference to compare with.

Return value

Returns true if two references are equal. Returns false otherwise.