You are here: Start » AVL.NET » Function Reference » Region » Region Relations » AVL.TestRegionUnequalTo
Tests whether given regions are not equal.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void TestRegionUnequalTo ( AvlNet.Region inRegion, AvlNet.Region inReferenceRegion, out bool outIsUnequal )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | inReferenceRegion | AvlNet.Region | |||
![]() | outIsUnequal | bool |


