Click or drag to resize

IPv4ConfigurationSameNetwork Method

Returns true if the address passed in belongs to the same network as this network device.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public bool SameNetwork(
	IPAddress address
)

Parameters

address
Type: System.NetIPAddress
The IP address to check.

Return Value

Type: Boolean
True if the address supplied is on the same network as this device.
See Also