コード例 #1
0
 private bool EqualsData(IpV6MobilityOptionFlowSummary other)
 {
     return(other != null &&
            FlowIdentifiers.SequenceEqual(other.FlowIdentifiers));
 }
コード例 #2
0
 internal override int GetDataHashCode()
 {
     return(FlowIdentifiers.SequenceGetHashCode());
 }