VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebThumbnailAppearanceJS type / equals Property
Syntax BrowserCompatibility SeeAlso
In This Topic
equals Method
In This Topic
Determines whether the specified thumbnail appearance is equal to the current thumbnail appearance.
Syntax
var instance = new Vintasoft.Imaging.WebThumbnailAppearanceJS(backgroundStyle, borderStyle);

var value; // Type: boolean

// Parameters
var appearance; // Type: WebThumbnailAppearanceJS

value = instance.equals(appearance);

Parameters

appearance
The thumbnail appearance to compare with the current thumbnail appearance.

Return Value

True if the specified object is equal to the current object; otherwise, false.
Browser Compatibility
56+
45+
11
See Also