You are here: Start » AVL.NET » Invoke.TestProfileDominatesProfile
Checks whether values in the first profile are greater or equal than corresponding values in the second profile.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void TestProfileDominatesProfile ( Avl.Profile inProfile1, Avl.Profile inProfile2, out bool outDominates )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inProfile1 | Avl.Profile | Input profile1. | ||
![]()  | inProfile2 | Avl.Profile | Input profile2. | ||
![]()  | outDominates | bool | 


