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