VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebResolutionJS type / equals Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    equals Метод
    В этом разделе
    Determines whether the specified object is equal to the current object.
    Синтаксис
    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.
    Смотрите также