private bool EqualsTaggerId(IpV6OptionSimplifiedMulticastForwardingDuplicatePacketDetectionIpV6 other)
 {
     return(other != null &&
            TaggerId.Equals(other.TaggerId));
 }
 internal override int GetTaggerIdHashCode()
 {
     return(TaggerId.GetHashCode());
 }