represents abstract method

bool represents(
  1. T value
)

If the item represents the same given value.

Implementation

bool represents(T value);