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
Syntaxpublic bool SameNetwork(
IPAddress address
)
Parameters
- address
- Type: System.NetIPAddress
The IP address to check.
Return Value
Type:
BooleanTrue if the
address supplied is on the same network as this device.
See Also