var instance = new Vintasoft.Imaging.WebImageAppearanceJS(backColor, borderColor, borderWidth); var value; // Type: boolean // Parameters var temp; // Type: WebImageAppearanceJS value = instance.equals(temp);
function equals(
tempThe image appearance to compare with the current image appearance.: WebImageAppearanceJS
) : boolean;
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.