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

    Parameters

    image
    The image to compare with the current image.

    Return Value

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