hasScreenId method

bool hasScreenId(
  1. AFScreenID id
)

Implementation

bool hasScreenId(AFScreenID id) {
  return id == screenId;
}