Esempio n. 1
0
 private bool EqualsData(IpV6FlowIdentificationSubOptionBindingReference other)
 {
     return(other != null &&
            BindingIds.SequenceEqual(other.BindingIds));
 }
 private bool EqualsData(IpV6FlowIdentificationSubOptionBindingReference other)
 {
     return other != null &&
            BindingIds.SequenceEqual(other.BindingIds);
 }