VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebImageAppearanceJS type / equals Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    equals Method
    In This Topic
    Determines whether the specified image appearance is equal to the current image appearance.
    Syntax
    var instance = new Vintasoft.Imaging.WebImageAppearanceJS(backColor, borderColor, borderWidth);
    
    var value; // Type: boolean
    
    // Parameters
    var temp; // Type: WebImageAppearanceJS
    
    value = instance.equals(temp);
    
    
    function equals(
    temp
    The image appearance to compare with the current image appearance.
    : WebImageAppearanceJS
    ) : boolean;

    Parameters

    temp
    The image appearance to compare with the current image appearance.

    Return Value

    True if the specified object is equal to the current object; otherwise, false.
    Browser Compatibility
    56+
    45+
    11
    See Also