gpt4 book ai didi

f# - IEqualityComparer 相当于 (=) 运算符

转载 作者:行者123 更新时间:2023-12-04 00:47:16 24 4
gpt4 key购买 nike

IEqualityComparer 是否公开,其行为与相等 (=) 运算符相同? LanguagePrimitives 模块包含几个:FastGenericEqualityComparerGenericEqualityComparerGenericEqualityERComparer。也许还有其他人?

最佳答案

在深入研究 Reflector 之后,它看起来像 FastGenericEqualityComparer 是这一个。它和 ( = ) 运算符都调用 HashCompare.GenericEqualityIntrinsic<'T> .

编辑

[`HashIdentity.Structural`](https://fsharp.github.io/fsharp-core-docs/reference/fsharp-collections-hashidentity.html#Structural) 也转发到 `HashCompare.GenericEqualityIntrinsic`。

关于f# - IEqualityComparer 相当于 (=) 运算符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7017324/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com