[Pitch #2] Add `isKnownIdentical` Method for Quick Comparisons to `Equatable`

There's also this public-but-underscored example on Sequence:

Here is the default implementation that returns nil:

And here's where we use that nil to perform some conditional logic: