isDirectOwner method

bool isDirectOwner(
  1. EntityId ownerId
)

Implementation

bool isDirectOwner(EntityId ownerId) {
  return _idsEqual(userOwnerId, ownerId);
}