Creates a copy of this content hash.
Because content hash is immutable, this can be used as a deep copy.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public ContentHash Clone()
Public Function Clone As ContentHash
Return Value
Type:
ContentHashA different instance of the same content hash.
See Also