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

FIL.TestBoxEqualTo

Tests whether given boxes are equal.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TestBoxEqualTo
(
	FilNet.Box inBox,
	FilNet.Box inReferenceBox,
	out bool outIsEqual
)

Parameters

Name Type Range Default Description
inBoxFilNet.Box
inReferenceBoxFilNet.Box
outIsEqualbool

See also