ContentHash.Equals Method (ContentHash)

ContentHashEquals Method (ContentHash)

Determines if another content hash has the same value.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Equals(
	ContentHash other
)
Public Function Equals ( 
	other As ContentHash
) As Boolean

Parameters

other
Type: Rhino.FileIOContentHash
The other content hash to compare.

Return Value

Type: Boolean
True if the two hashes are equal.

Implements

IEquatableTEquals(T)
Version Information

Rhino for Windows

Supported in: 6.14
See Also