@override bool operator ==(Object other) => other is PortReference && other.port == port && other.module == module && other.toString() == toString();