VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageSourceJS type / equals Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    equals Метод
    В этом разделе
    Determines whether the specified image source is equal to the current image source.
    Синтаксис
    var instance = new Vintasoft.Shared.WebImageSourceJS(imageId, imageService, annotationService);
    
    var value; // Type: boolean
    
    // Parameters
    var imageSource; // Type: WebImageSourceJS
    
    value = instance.equals(imageSource);
    
    
    function equals(
    imageSource
    The image source to compare with the current image source.
    : WebImageSourceJS
    ) : boolean;

    Parameters

    imageSource
    The image source to compare with the current image source.

    Return Value

    True if the specified object is equal to the current object; otherwise, false.
    Смотрите также