[Home] Type Microsoft.FSharp.Collections.Tags.ReferenceHash


This tag indicates the collection uses physical hashing (hash on reference identity of objects, and the contents of value types). i.e. for value types use GetHashCode and Object.Equals (if no other optimization available), and for reference types use System.Runtime.CompilerServices.RuntimeHelpers.GetHashCode and reference equality.

Full Type Signature

type ReferenceHash<'key> = class
                           end
                           with
                             interface IEqualityComparer<'key>
                             new : unit -> ReferenceHash<'key>
                           end

Static Members

MemberDescription
new : unit -> ReferenceHash<'key>

See Also

Microsoft.FSharp.Collections.Tags


Documentation for assembly FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19