Ejemplo n.º 1
0
 private bool EqualsData(IpV6MobilityOptionULong other)
 {
     return other != null &&
            Value == other.Value;
 }
Ejemplo n.º 2
0
 private bool EqualsData(IpV6MobilityOptionULong other)
 {
     return(other != null &&
            Value == other.Value);
 }