isAdmin method

bool isAdmin()

Implementation

bool isAdmin() {
  return adminId == userId;
}