TestBoxEqualTo
Tests whether given boxes are equal.
Syntax
C++
Python
def TestBoxEqualTo( inBox: Box, inReferenceBox: Box, / ) -> outIsEqual: bool
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBox | Box | ||
![]() |
inReferenceBox | Box | ||
![]() |
outIsEqual | bool |


