You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]() | inRegion | Avl.Region | Input region. | ||
![]() | inReferenceRegion | Avl.Region | |||
![]() | outIsEqual | bool |


