VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationPenJS type / equals Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    equals Method
    In This Topic
    Determines that this annotation pen is equals to the specified annotation pen.
    Syntax
    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(
    pen
    Annotation 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.
    Browser Compatibility
    56+
    45+
    11
    See Also