Indicates whether the target LeadPoint3D point is equal to this point by checking the difference is less than the threshold .
equal(
target: LeadPoint3D,
threshold: number
): boolean;
target
the target point in question.
threshold
The allowed difference. If the difference between the two points is less than this value, the points are considered equal.
true if the points are equal; otherwise, false if the points are not equal.
If you want the point to be an exact match or for it to return false, then set the value threshold to 0.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document