var instance = new Vintasoft.Shared.WebResolutionJS(x, y); var value; // Type: boolean // Parameters var obj; // Type: WebResolutionJS value = instance.equals(obj);
function equals(
objThe object to compare with the current object.: WebResolutionJS
) : boolean;
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.