private bool EqualsData(IpV6OptionLineIdentificationDestination other)
 {
     return(other != null &&
            LineIdentification.Equals(other.LineIdentification));
 }
 private bool EqualsData(IpV6OptionLineIdentificationDestination other)
 {
     return other != null &&
            LineIdentification.Equals(other.LineIdentification);
 }