NetExtrasCheckMask Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate static bool CheckMask(
IPAddress address,
IPAddress mask,
IPAddress target
)
Private Shared Function CheckMask (
address As IPAddress,
mask As IPAddress,
target As IPAddress
) As Boolean
private:
static bool CheckMask(
IPAddress^ address,
IPAddress^ mask,
IPAddress^ target
)
private static member CheckMask :
address : IPAddress *
mask : IPAddress *
target : IPAddress -> bool
Parameters
- address
- Type: System.NetIPAddress
- mask
- Type: System.NetIPAddress
- target
- Type: System.NetIPAddress
Return Value
Type:
Boolean
See Also