VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebDecodingSettingsJS type / equals Property
Syntax BrowserCompatibility SeeAlso
In This Topic
equals Method
In This Topic
Determines whether the specified decoding settings is equal to the current decoding settings.
Syntax
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.
Browser Compatibility
9
See Also