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