Click or drag to resize
IpAddressEquality Operator
Determines whether the specified IpAddress objects are equal.

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 bool 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: Boolean
True if the specified objects are semantically equal; Otherwise false.
See Also