bool oid_equals()

in plasma-store/src/ffi/ffi.cc [30:32]


  bool oid_equals(const ObjectID& oid1, const ObjectID& oid2) {
    return oid1 == oid2;
  }