Click or drag to resize
CidrMatches Method
Returns true if the address passed across matches the CIDR.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Matches(
	IPAddress address
)

Parameters

address
Type: System.NetIPAddress

Return Value

Type: Boolean
See Also