matchesValue abstract method

bool matchesValue(
  1. T value
)

Returns true if value matches.

Implementation

bool matchesValue(T value);