You are here: Start » AVL.NET » Function Reference » Image » Image Relations » AVL.TestImageEqualTo

AVL.TestImageEqualTo

Tests whether two images equal.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TestImageEqualTo
(
	AvlNet.Image inImage,
	AvlNet.Image inReferenceImage,
	out bool outIsEqual
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inReferenceImageAvlNet.Image
outIsEqualbool

See also