VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebEnumItemBaseJS type / equals Methods / equals(string) Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    equals(string) Метод
    В этом разделе
    Determines that this enumeration element is equals to the specified enumeration element.
    Синтаксис
    var instance = new Vintasoft.Shared.WebEnumItemBaseJS();
    
    var value; // Type: boolean
    
    // Parameters
    var val; // Type: string
    
    value = instance.equals(val);
    
    
    function equals(
    val
    Name of enumeration element.
    : string
    ) : boolean;

    Parameters

    val
    Name 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.
    Смотрите также