You are here: Start » AVL.NET » Invoke.TestRegionEqualTo

Invoke.TestRegionEqualTo

Tests whether given regions are equal.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TestRegionEqualTo
(
	Avl.Region inRegion,
	Avl.Region inReferenceRegion,
	out bool outIsEqual
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
inReferenceRegionAvl.Region
outIsEqualbool

See also