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

    Parameters

    obj
    The object to compare with the current object.

    Return Value

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