Determines that this annotation pen is equals to the specified annotation pen.
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);
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.