private bool EqualsData(IpV6MobilityOptionLinkLayerAddress other) { return other != null && Code == other.Code && LinkLayerAddress.Equals(other.LinkLayerAddress); }
private bool EqualsData(IpV6MobilityOptionLinkLayerAddress other) { return(other != null && Code == other.Code && LinkLayerAddress.Equals(other.LinkLayerAddress)); }