Skip to content

ContentHash.Equality

Public Operator

Determines if two ContentHash instances are equal by value.

Namespace: Rhino.FileIO

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**6.0

Syntax

public static bool operator ==(
ContentHash left,
ContentHash right
)

Parameters

left

Type: Rhino.FileIO.ContentHash
The first hash.

right

Type: Rhino.FileIO.ContentHash
The second hash.

Return Value

Type:Boolean
True if they are equal by value, otherwise false.