コード例 #1
0
 private bool EqualsData(IpV6MobilityOptionIpV4HomeAddress other)
 {
     return other != null &&
            PrefixLength == other.PrefixLength && RequestPrefix == other.RequestPrefix && HomeAddress.Equals(other.HomeAddress);
 }
コード例 #2
0
 private bool EqualsData(IpV6MobilityOptionIpV4HomeAddress other)
 {
     return(other != null &&
            PrefixLength == other.PrefixLength && RequestPrefix == other.RequestPrefix && HomeAddress.Equals(other.HomeAddress));
 }