RhinoCommon API
ContentHashInequality Operator |
Determines if two ContentHash instances are different by value.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
public static bool operator !=( ContentHash left, ContentHash right )
Public Shared Operator <> ( left As ContentHash, right As ContentHash ) As Boolean
Parameters
- left
- Type: Rhino.FileIOContentHash
The first hash. - right
- Type: Rhino.FileIOContentHash
The second hash.
Return Value
Type: BooleanTrue if they are different by value, otherwise false.