equal Method

Summary

Gets whether this chunk and the specified chunk

chunk** are equal in position and resolution.

Syntax

JavaScript Syntax
ChunkData.prototype.equal = function(chunk) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly