operator == method

  1. @override
bool operator ==(
  1. Object that
)
override

Equals is based on val field only.

Implementation

@override
bool operator ==(Object that) => that is HRef && this.val == that.val;