RDkit descriptors from deepchem

Are the rdkit descriptors that are obtained via
dc.feat.RDKitDescriptors()
identical to the descriptors that can be obtained from RDkit’s website:
https://www.rdkit.org/docs/GettingStartedInPython.html
ex) descrs = [Descriptors.CalcMolDescriptors(mol) for mol in mols]
?