Share via


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 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

Version Information

F# Runtime

Supported in: 2.0, 4.0

Silverlight

Supported in: 3

See Also

Reference

Core.LanguagePrimitives Module (F#)