VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainFrameJS type / equals Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    equals Method
    In This Topic
    Determines whether the specified frame is equal to the current frame.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainFrameJS(left, top, right, bottom);
    
    var value; // Type: boolean
    
    // Parameters
    var value; // Type: WebTwainFrameJS
    
    value = instance.equals(value);
    
    
    function equals(
    value
    Frame to compare with the current frame.
    : WebTwainFrameJS
    ) : boolean;

    Parameters

    value
    Frame to compare with the current frame.

    Return Value

    True if the specified object is equal to the current object; otherwise, false.
    Browser Compatibility
    9
    See Also