VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebResolutionJS type / equals Property
Syntax BrowserCompatibility SeeAlso
In This Topic
equals Method
In This Topic
Determines whether the specified object is equal to the current object.
Syntax
var instance = new Vintasoft.Shared.WebResolutionJS(x, y);

var value; // Type: boolean

// Parameters
var obj; // Type: WebResolutionJS

value = instance.equals(obj);

Parameters

obj
The object to compare with the current object.

Return Value

True if the specified object is equal to the current object; otherwise, false.
Browser Compatibility
9
See Also