Click or drag to resize
IpAddressBitwiseAnd Operator
Performs a bit-wise OR of the specified IpAddress objects.

Namespace: Network.Sim.Network.Ip
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static IpAddress operator &(
	IpAddress a,
	IpAddress b
)

Parameters

a
Type: Network.Sim.Network.IpIpAddress
The first object.
b
Type: Network.Sim.Network.IpIpAddress
The second object.

Return Value

Type: IpAddress
An IpAddress instance obtained by bit-wise ORing the two specified IP addresses.
See Also