示例#1
0
 private bool EqualsData(IpV6FlowIdentificationSubOptionBindingReference other)
 {
     return(other != null &&
            BindingIds.SequenceEqual(other.BindingIds));
 }
示例#2
0
 internal override object GetDataHashCode()
 {
     return(BindingIds.UShortsSequenceGetHashCode());
 }