isScreen method

bool isScreen(
  1. AFScreenID screenId
)

Implementation

bool isScreen(AFScreenID screenId) {
  return this.screen == screenId;
}