Skip to content

Methods_T_Cyjb_Collections_SetEqualityComparer_1

CYJB edited this page Oct 22, 2022 · 3 revisions

SetEqualityComparer(T) 方法

The SetEqualityComparer(T) generic type exposes the following members.

方法

 

名称 说明
公共方法 Equals(Object) Determines whether the specified object is equal to the current object. (继承自 Object。)
公共方法 Equals(IReadOnlySet(T), IReadOnlySet(T)) 确定指定的对象是否相等。 (重写 EqualityComparer(T).Equals(T, T).)
公共方法 GetHashCode() Serves as the default hash function. (继承自 Object。)
公共方法 GetHashCode(IReadOnlySet(T)) 返回指定对象的哈希代码,使用 MurmurHash3 的无序版本。 (重写 EqualityComparer(T).GetHashCode(T).)
公共方法 GetType Gets the Type of the current instance. (继承自 Object。)
公共方法 ToString Returns a string that represents the current object. (继承自 Object。)
  Back to Top

参见

Reference

SetEqualityComparer(T) 类
Cyjb.Collections 命名空间

Clone this wiki locally