var instance = new Vintasoft.Shared.WebRenderingSettingsJS(resolution, interpolationMode, smoothingMode); var value; // Type: boolean // Parameters var value; // Type: WebRenderingSettingsJS value = instance.equals(value);
function equals(
valueThe rendering settings to compare with the current rendering settings.: WebRenderingSettingsJS
) : boolean;
Parameters
- value
- 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.