HashSet<T>.CreateSetComparer 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 IEqualityComparer 物件,這個物件可用來進行 HashSet<T> 物件的相等測試。
public:
static System::Collections::Generic::IEqualityComparer<System::Collections::Generic::HashSet<T> ^> ^ CreateSetComparer();
public static System.Collections.Generic.IEqualityComparer<System.Collections.Generic.HashSet<T>> CreateSetComparer ();
static member CreateSetComparer : unit -> System.Collections.Generic.IEqualityComparer<System.Collections.Generic.HashSet<'T>>
Public Shared Function CreateSetComparer () As IEqualityComparer(Of HashSet(Of T))
傳回
IEqualityComparer 物件,可用來進行 HashSet<T> 物件的深層相等測試。
備註
物件 IEqualityComparer 只會檢查一個層級是否相等;不過,您可以將其他層級的比較子鏈結在一起,以執行更深入的相等測試。
呼叫此方法是 O (1) 作業。