Determines that this annotation font is equals to the specified annotation font.
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationFontJS(size, familyName, italic, bold, strikeout, underline, unit);
var value; // Type: boolean
// Parameters
var font; // Type: WebAnnotationFontJS
value = instance.equals(font);
Parameters
- font
- Annotation font.
Return Value
True - this annotation font and the specified annotation font are equal; False - this annotation font and the specified annotation font are NOT equal.