Click or drag to resize

NameHashEquals Method (Object)

Determines if another object is a name hash with same value.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The other content hash to compare.

Return Value

Type: Boolean
True if the two hashes are equal.
See Also