Click or drag to resize
IpAddressEquals Method
Determines whether the specified object is equal to this IpAddress instance.

Namespace: Network.Sim.Network.Ip
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with the current object.

Return Value

Type: Boolean
True if the specified object is semantically equal to this IpAddress instance; Otherwise false.
See Also