Start » Filter Reference » Region » Region Relations » TestRegionEqualTo
Module: | FoundationBasic |
---|
Tests whether given regions are equal.
Name | Type | Description | |
---|---|---|---|
inRegion | Region | Input region | |
inReferenceRegion | Region | ||
outIsEqual | Bool |
Description
The operation tests whether the inRegion is the same region as contained inside inReferenceRegion. It means that the resulting outIsEqual is set to 'true' if and only if both of the conditions are met:
- inRegion and inReferenceRegion have the same dimensions
- inRegion and inReferenceRegion contain the same set of pixels
Examples
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- TestRegionInRegion – Tests whether a region is contained in another one.