JCMGridCompareΒΆ
Purpose
compares two grids for equality
Function signature
int JCMGridCompare(int* equal, int handle1, int handle2)
| Parameter | in/output | Description |
|---|---|---|
| equal | output | true, if grid are equal |
| handle1 | input | handle to first grid |
| handle2 | input | handle to second grid |