private bool EqualsData(IpV6MobilityOptionLoadInformation other)
 {
     return other != null &&
            Priority == other.Priority && SessionsInUse == other.SessionsInUse && MaximumSessions == other.MaximumSessions &&
            UsedCapacity == other.UsedCapacity && MaximumCapacity == other.MaximumCapacity;
 }
 private bool EqualsData(IpV6MobilityOptionLoadInformation other)
 {
     return(other != null &&
            Priority == other.Priority && SessionsInUse == other.SessionsInUse && MaximumSessions == other.MaximumSessions &&
            UsedCapacity == other.UsedCapacity && MaximumCapacity == other.MaximumCapacity);
 }