Click or drag to resize
NetExtrasCheckMask Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
private static bool CheckMask(
	IPAddress address,
	IPAddress mask,
	IPAddress target
)

Parameters

address
Type: System.NetIPAddress
mask
Type: System.NetIPAddress
target
Type: System.NetIPAddress

Return Value

Type: Boolean
See Also