public override bool Equals(FlowKey other)
 {
     if (other is FlowKeyInternetworkV6 that)
     {
         return(_data.Equals(that._data));
     }
     return(false);
 }
Пример #2
0
 public bool Equals(_FlowKey other)
 {
     return(flowKeyInternetworkV6.Equals(other.flowKeyInternetworkV6));
 }