containsUid method

bool containsUid (
  1. int searched
)

Implementation

bool containsUid(int searched) {
  return id.uid == searched;
}