private bool EqualsData(IpV6MobilityOptionFlowSummary other)
 {
     return(other != null &&
            FlowIdentifiers.SequenceEqual(other.FlowIdentifiers));
 }
 internal override int GetDataHashCode()
 {
     return(FlowIdentifiers.SequenceGetHashCode());
 }