var instance = new Vintasoft.Imaging.WebThumbnailAppearanceJS(backgroundStyle, borderStyle); var value; // Type: boolean // Parameters var appearance; // Type: WebThumbnailAppearanceJS value = instance.equals(appearance);
function equals(
appearanceThe thumbnail appearance to compare with the current thumbnail appearance.: WebThumbnailAppearanceJS
) : boolean;
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.