VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebLinkAppearanceJS type / equals Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    equals Method
    In This Topic
    Determines that this appearance font is equals to the specified appearance.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebLinkAppearanceJS(font, foreColor, backColor, fontTransparent, cursor);
    
    var value; // Type: boolean
    
    // Parameters
    var appearance; // Type: WebLinkAppearanceJS
    
    value = instance.equals(appearance);
    
    
    function equals(
    appearance
    Appearance.
    : WebLinkAppearanceJS
    ) : boolean;

    Parameters

    appearance
    Appearance.

    Return Value

    True - this appearance and the specified appearance are equal; False - this appearance and the specified appearance are NOT equal.
    Browser Compatibility
    56+
    45+
    11
    See Also