matches abstract method

bool matches(
  1. TagCollection tags,
  2. int indoorLevel
)

Returns true if the rule matches the given tags and inddor level

Implementation

bool matches(TagCollection tags, int indoorLevel);