public override bool Equals(FlowKey other) { if (other is FlowKeyInternetworkV6 that) { return(_data.Equals(that._data)); } return(false); }
public override bool Equals(FlowKey other) { return(other is NullFlowKey); }