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

AVS.TestProfileEqualTo Method

Checks whether profiles are exactly equals.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestProfileEqualTo
(
	AvlNet.Profile inProfile,
	AvlNet.Profile inReferenceProfile,
	out bool outIsEqual
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
inReferenceProfileAvlNet.Profile
outIsEqualbool

See also