isLocal method

bool isLocal()

Implementation

bool isLocal() {
  return userId == client.userID;
}