IPRange Contains Method ( Byte )NetworkComms.Net Help
Returns true if this IPRange contains the provided IPAddress bytes

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

public bool Contains(
	byte[] ipAddressBytes
)

Parameters

ipAddressBytes
Type:  OnlineSystem Byte 
The IPAddress bytes to check

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:NetworkCommsDotNet.Tools.IPRange.Contains(System.Byte[])"]

See Also