operator == method

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

Equals is based on mime field

Implementation

@override
bool operator ==(Object that) => that is HBin && this.mime == that.mime;