isEquivalent method

bool isEquivalent(
  1. List<ExpandedPair> otherPairs
)

Implementation

bool isEquivalent(List<ExpandedPair> otherPairs) {
  return _pairs == otherPairs;
}