You are here: Start » AVL.NET » AVS.TestRegionEqualTo Method

AVS.TestRegionEqualTo Method

Tests whether given regions are equal.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestRegionEqualTo
(
	AvlNet.Region inRegion,
	AvlNet.Region inReferenceRegion,
	out bool outIsEqual
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inReferenceRegionAvlNet.Region
outIsEqualbool

See also