Click or drag to resize
IpAddressInequality Operator
Determines whether the specified IpAddress objects are unequal.

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 not semantically equal; Otherwise false.
See Also