Click or drag to resize
HashSetComparerTEquals Method (HashSetT, HashSetT)
Checks if two hashSets contain same set of items or not.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool Equals(
	HashSet<T> x,
	HashSet<T> y
)

Parameters

x
Type: System.Collections.GenericHashSetT
First hashset.
y
Type: System.Collections.GenericHashSetT
Second hashset.

Return Value

Type: Boolean
Returns true if both have equal data.

Implements

IEqualityComparerTEquals(T, T)
See Also