You are here: Start » AVL.NET » Function Reference » Basic » Box » AVL.TestBoxEqualTo
Tests whether given boxes are equal.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void TestBoxEqualTo ( AvlNet.Box inBox, AvlNet.Box inReferenceBox, out bool outIsEqual )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inBox | AvlNet.Box | |||
![]() | inReferenceBox | AvlNet.Box | |||
![]() | outIsEqual | bool |


