Back to Aurora Vision Library website
You are here: Start » Function Reference » Profile » Profile Relations » TestProfileEqualTo
TestProfileEqualTo
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationPro |
Checks whether profiles are exactly equals.
Syntax
C++
C#
void avl::TestProfileEqualTo ( const avl::Profile& inProfile, const avl::Profile& inReferenceProfile, bool& outIsEqual )


