Gets whether this chunk and the specified chunk chunk** are equal in position and resolution.
ChunkData.prototype.equal = function(chunk)
equal(chunk: ChunkData): boolean;
chunk
the chunk that will be tested if it is equal to the current chunk. <remarks> The chunk does not care about the content of the chunk itself, it only determines the equality based on the resolution and the position of the chunk. </remarks><returns> true if the chunks are equal, false otherwise. </returns>
true if the chunks are equal, false otherwise.
The chunk does not care about the content of the chunk itself, it only determines the equality based on the resolution and the position of the chunk.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET