equal Method

Summary

Gets whether this chunk and the specified chunk

chunk** are equal in position and resolution.

Syntax
TypeScript
JavaScript
ChunkData.prototype.equal = function( 
   chunk 
) 
equal( 
   chunk: ChunkData 
): boolean; 

Parameters

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>

Return Value

true if the chunks are equal, false otherwise.

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly