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