You are here: Start » AVL.NET » AVL.TestImageEqualTo Method

AVL.TestImageEqualTo Method

Tests whether two images equal.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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