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

var value; // Type: boolean

// Parameters
var imageSource; // Type: WebImageSourceJS

value = instance.equals(imageSource);

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.
Browser Compatibility
9
See Also