You are here: Start » AVL.NET » Function Reference » Basic » Box » AVL.TestBoxEqualTo

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
inBoxAvlNet.Box
inReferenceBoxAvlNet.Box
outIsEqualbool

See also