equals Method

Summary

Determines whether the specified object is equal to the current object.

Syntax
TypeScript
JavaScript
AnnotationsRedactionOptions.prototype.equals = function( 
   obj 
) 
equals( 
   obj: any 
): boolean; 

Parameters

obj

The object to compare to with the current object.

Return Value

true if the specified object is equal to the current object; otherwise, false.

Requirements

Target Platforms

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

Leadtools.Document Assembly