private bool EqualsData(IpV6OptionLineIdentificationDestination other)
 {
     return(other != null &&
            LineIdentification.Equals(other.LineIdentification));
 }
 internal override int GetDataHashCode()
 {
     return(LineIdentification.GetHashCode());
 }