Determines whether the specified object is equal to the current object.
var instance = new Vintasoft.Shared.WebResolutionJS(x, y);
var value; // Type: boolean
// Parameters
var obj; // Type: WebResolutionJS
value = instance.equals(obj);
Parameters
- obj
- The object to compare with the current object.
Return Value
True if the specified object is equal to the current object; otherwise, false.