private bool EqualsTaggerId(IpV6OptionSimplifiedMulticastForwardingDuplicatePacketDetectionIpV6 other)
 {
     return other != null &&
            TaggerId.Equals(other.TaggerId);
 }
 private bool EqualsTaggerId(IpV6OptionSimplifiedMulticastForwardingDuplicatePacketDetectionIpV6 other)
 {
     return(other != null &&
            TaggerId.Equals(other.TaggerId));
 }