Exemplo n.º 1
0
 protected override bool Contains(IpAddressNetworkV6 network, IpAddressNetworkV6 other) => network.ContainsOrEqual(other);
 public bool IsContainedInOrEqual(IpAddressNetworkV6 other)
 {
     return(other.ContainsOrEqual(this));
 }