Determines whether the specified decoding settings is equal to the current decoding settings.
var instance = new Vintasoft.Shared.WebDecodingSettingsJS();
var value; // Type: boolean
// Parameters
var value; // Type: WebDecodingSettingsJS
value = instance.equals(value);
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.