VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebEnumItemBaseJS type / equals Methods / equals(object) Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    equals(object) Method
    In This Topic
    Determines that this enumeration element is equals to the specified enumeration element.
    Syntax
    var instance = new Vintasoft.Shared.WebEnumItemBaseJS();
    
    var value; // Type: boolean
    
    // Parameters
    var val; // Type: object
    
    value = instance.equals(val);
    
    
    function equals(
    val
    Value of enumeration element.
    : object
    ) : boolean;

    Parameters

    val
    Value of enumeration element.

    Return Value

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