You are here: Start » AVL.NET » AVS.TestBoxEqualTo Method

AVS.TestBoxEqualTo Method

Tests whether given boxes are equal.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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