method PyObject.prototype.equalsimport { PyObject } from "https://deno.land/x/python@0.2.3/mod.ts"; equals(rhs: PythonConvertible)Performs an equals operation on the Python object. Parametersrhs: PythonConvertible