Expand Minimize
This topic has not yet been rated - Rate this topic

LanguagePrimitives.GenericEqualityWithComparer<'T> Function (F#)

Compare two values for equality.

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

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

// Signature:
GenericEqualityWithComparer : IEqualityComparer -> 'T -> 'T -> bool (requires equality)

// Usage:
GenericEqualityWithComparer comp e1 e2
comp

Type: IEqualityComparer

The comparer object.

e1

Type: 'T

The first value.

e2

Type: 'T

The second value.

The result of the comparison.

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

F# Core Library Versions

Supported in: 2.0, 4.0, Portable

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.