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);
function equals(
fontAnnotation font.: WebAnnotationFontJS
) : boolean;
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.