You are here:
Start »
AVL.NET »
AVL.TestProfileDominatesProfile(AvlNet.Profile, AvlNet.Profile, bool)
AVL.TestProfileDominatesProfile(AvlNet.Profile, AvlNet.Profile, bool)
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void TestProfileDominatesProfile(
AvlNet.Profile inProfile1,
AvlNet.Profile inProfile2,
out bool outDominates
)
Parameters
- inProfile1
- Type: AvlNet.Profile
- inProfile2
- Type: AvlNet.Profile
- outDominates
- Type: System.Boolean
Errors
| Error type |
Description |
| DomainError |
Input profiles in TestProfileDominatesProfile have different lengths. |
See also