Checks whether profiles are exactly equals.
Syntax
C++
C#
Python
def TestProfileEqualTo(
inProfile: Profile,
inReferenceProfile: Profile,
/
)
-> outIsEqual: bool
Parameters
|
Name |
Type |
Default |
Description |
 |
inProfile |
Profile |
|
Input profile |
 |
inReferenceProfile |
Profile |
|
|
 |
outIsEqual |
bool |
|
|