match abstract method

bool match(
  1. Entity entity
)

Method for matching an Entity against this filter.

Implementation

bool match(Entity entity);