You are here: Start » FIL.NET » FIS.TestProfileDominatesProfile Method

FIS.TestProfileDominatesProfile Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TestProfileDominatesProfile
(
	FilNet.Profile inProfile1,
	FilNet.Profile inProfile2,
	out bool outDominates
)

Parameters

Name Type Range Default Description
inProfile1FilNet.ProfileInput profile1.
inProfile2FilNet.ProfileInput profile2.
outDominatesbool

See also