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