Table of Contents
Combines two IpAddressBits objects by binary or.
Combines an IpAddressBits with another IpAddressBits by binary or. |
|
Combines two IpAddressBits objects by binary or. |
Combines an IpAddressBits with another IpAddressBits by binary or.
[IpAddressBits] Or([IpAddressBits] $other)
other
IpAddressBits-
An IP address to combine.
- IpAddressBits
-
The combination of the given address with this one.
- ArgumentNullException
-
other
isnull
.
Combines two IpAddressBits objects by binary or.
[IpAddressBits] [IpAddressBits]::Or([IpAddressBits] $left, [IpAddressBits] $right)
left
IpAddressBits-
An IP address to combine.
right
IpAddressBits-
An IP address to combine.
- IpAddressBits
-
The combination of the two given addresses.
- ArgumentNullException
-
left
orright
isnull
.
- ./And.adoc
-
Combines two IpAddressBits objects by binary and.