var instance = new Vintasoft.Shared.WebCompositeRenderingSettingsJS(settings); var value; // Type: boolean // Parameters var temp; // Type: WebCompositeRenderingSettingsJS value = instance.equals(temp);
function equals(
tempThe rendering settings to compare with the current rendering settings.: WebCompositeRenderingSettingsJS
) : boolean;
Parameters
- temp
- The rendering settings to compare with the current rendering settings.
Return Value
True if the specified object is equal to the current object; otherwise, false.