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