Determines whether the specified image appearance is equal to the current image appearance.
var instance = new Vintasoft.Imaging.WebImageAppearanceJS(backColor, borderColor, borderWidth);
var value; // Type: boolean
// Parameters
var temp; // Type: WebImageAppearanceJS
value = instance.equals(temp);
Parameters
- temp
- The image appearance to compare with the current image appearance.
Return Value
True if the specified object is equal to the current object; otherwise, false.