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

AVS.TestRegionUnequalTo Method

Tests whether given regions are not equal.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestRegionUnequalTo
(
	AvlNet.Region inRegion,
	AvlNet.Region inReferenceRegion,
	out bool outIsUnequal
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inReferenceRegionAvlNet.Region
outIsUnequalbool

See also