IPTools IsAddressInSubnet Method NetworkComms.Net Help
Returns true if the provided address exists within the provided subnet.

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static bool IsAddressInSubnet(
	IPAddress address,
	IPAddress subnet,
	IPAddress mask
)

Return Value

Type: OnlineBoolean
True if address is in the provided subnet
See Also