equal method

bool equal(
  1. Namefully other
)

Whether this name is equal to another one from a raw-string perspective.

Implementation

bool equal(Namefully other) => toString() == other.toString();