You are here: Start » FIL.NET » Invoke.TestProfileDominatesProfile

Invoke.TestProfileDominatesProfile

Checks whether values in the first profile are greater or equal than corresponding values in the second profile.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TestProfileDominatesProfile
(
	Fil.Profile inProfile1,
	Fil.Profile inProfile2,
	out bool outDominates
)

Parameters

Name Type Range Default Description
inProfile1Fil.ProfileInput profile1.
inProfile2Fil.ProfileInput profile2.
outDominatesbool

See also