Back to FabImage Library website

You are here: Start » Function Reference » Basic » Box » TestBoxEqualTo

TestBoxEqualTo


Header: FIL.h
Namespace: fil
Module: FoundationLite

Tests whether given boxes are equal.

Syntax

C++
C#
 
void fil::TestBoxEqualTo
(
	const fil::Box& inBox,
	const fil::Box& inReferenceBox,
	bool& outIsEqual
)

Parameters

Name Type Default Description
Input value
inBox const Box&
Input value
inReferenceBox const Box&
Output value
outIsEqual bool&