matchesValue method

bool matchesValue(
  1. T match
)

true if match is equals to breakpointValue

Implementation

bool matchesValue(T match) => breakpointValue == match;