LanguagePrimitives.HashCompare Module (F#)

The F# compiler emits calls to some of the functions in this module as part of the compiled form of some language constructs

Namespace/Module Path: Microsoft.FSharp.Core.LanguagePrimitives

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

module HashCompare

Values

Value

Description

FastCompareTuple2

A primitive entry point used by the F# compiler for optimization purposes.

FastCompareTuple3

A primitive entry point used by the F# compiler for optimization purposes.

FastCompareTuple4

A primitive entry point used by the F# compiler for optimization purposes.

FastCompareTuple5

A primitive entry point used by the F# compiler for optimization purposes.

FastEqualsTuple2

A primitive entry point used by the F# compiler for optimization purposes.

FastEqualsTuple3

A primitive entry point used by the F# compiler for optimization purposes.

FastEqualsTuple4

A primitive entry point used by the F# compiler for optimization purposes.

FastEqualsTuple5

A primitive entry point used by the F# compiler for optimization purposes.

FastHashTuple2

A primitive entry point used by the F# compiler for optimization purposes.

FastHashTuple3

A primitive entry point used by the F# compiler for optimization purposes.

FastHashTuple4

A primitive entry point used by the F# compiler for optimization purposes.

FastHashTuple5

A primitive entry point used by the F# compiler for optimization purposes.

GenericComparisonIntrinsic

A primitive entry point used by the F# compiler for optimization purposes.

GenericComparisonWithComparerIntrinsic

A primitive entry point used by the F# compiler for optimization purposes.

GenericEqualityERIntrinsic

A primitive entry point used by the F# compiler for optimization purposes.

GenericEqualityIntrinsic

A primitive entry point used by the F# compiler for optimization purposes.

GenericEqualityWithComparerIntrinsic

A primitive entry point used by the F# compiler for optimization purposes.

GenericGreaterOrEqualIntrinsic

A primitive entry point used by the F# compiler for optimization purposes.

GenericGreaterThanIntrinsic

A primitive entry point used by the F# compiler for optimization purposes.

GenericHashIntrinsic

A primitive entry point used by the F# compiler for optimization purposes.

GenericHashWithComparerIntrinsic

A primitive entry point used by the F# compiler for optimization purposes.

GenericLessOrEqualIntrinsic

A primitive entry point used by the F# compiler for optimization purposes.

GenericLessThanIntrinsic

A primitive entry point used by the F# compiler for optimization purposes.

LimitedGenericHashIntrinsic

A primitive entry point used by the F# compiler for optimization purposes.

PhysicalEqualityIntrinsic

A primitive entry point used by the F# compiler for optimization purposes.

PhysicalHashIntrinsic

A primitive entry point used by the F# compiler for optimization purposes.

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

Core.LanguagePrimitives Module (F#)