Determines whether the specified thumbnail appearance is equal to the current thumbnail appearance.
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.