You are here: Start » FIL.NET » 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 | |
|---|---|---|---|---|---|
![]() | inProfile1 | Fil.Profile | Input profile1. | ||
![]() | inProfile2 | Fil.Profile | Input profile2. | ||
![]() | outDominates | bool |


