private bool EqualsData(IpV6FlowIdentificationSubOptionTrafficSelector other)
 {
     return other != null &&
            TrafficSelectorFormat == other.TrafficSelectorFormat && TrafficSelector.Equals(other.TrafficSelector);
 }
 private bool EqualsData(IpV6FlowIdentificationSubOptionTrafficSelector other)
 {
     return(other != null &&
            TrafficSelectorFormat == other.TrafficSelectorFormat && TrafficSelector.Equals(other.TrafficSelector));
 }