matches abstract method

bool matches(
  1. dynamic actual
)

Determines if pre-defined matching occurs based on actual.

Implementation

bool matches(dynamic actual);