var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationPenJS(width, color, lineJoin, miterLimit, dashStyle, dashPattern, startCap, endCap); var value; // Type: boolean // Parameters var pen; // Type: WebAnnotationPenJS value = instance.equals(pen);
function equals(
penAnnotation pen.: WebAnnotationPenJS
) : boolean;
Parameters
- pen
- Annotation pen.
Return Value
True - this annotation pen and the specified annotation pen are equal; False - this annotation pen and the specified annotation pen are NOT equal.