Rdocumentation
powered by
Learn R Programming
R.oo (version 1.7.5)
hashCode.BasicObject: Gets a hash code for the object
Description
Gets a hash code for the object.
Usage
## S3 method for class 'BasicObject': hashCode(this, ...)
Arguments
...
Not used.
Value
Returns an
integer
.
See Also
*equals
()
For more information see
BasicObject
.