HashIdentity.Structural<'T> Type Function (F#)

Implements structural hashing. Hashes using Operators.(=) and Operators.hash.

Namespace/Module Path: Microsoft.FSharp.Collections.HashIdentity

Assembly: FSharp.Core (in FSharp.Core.dll)

// Signature:
Structural<'T (requires equality)> :  IEqualityComparer<'T> (requires equality)

// Usage:
Structural

Return Value

An object that implements IEqualityComparer.

Platforms

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Version Information

F# Core Library Versions

Supported in: 2.0, 4.0, Portable

See Also

Reference

Collections.HashIdentity Module (F#)

Microsoft.FSharp.Collections Namespace (F#)