VintaSoft Twain .NET SDK 15.4: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebDecodingSettingsJS type / equals Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
equals Метод
В этом разделе
Determines whether the specified decoding settings is equal to the current decoding settings.
Синтаксис
var instance = new Vintasoft.Shared.WebDecodingSettingsJS();

var value; // Type: boolean

// Parameters
var value; // Type: WebDecodingSettingsJS

value = instance.equals(value);

Parameters

value
The decoding settings to compare with the current decoding settings.

Return Value

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