Click or drag to resize
SETKeyEquals Method (SETKey)
Compares this set to the other set using set element comparison. This is an override of the default rererence equality comparison.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Equals(
	SET<Key> other
)

Parameters

other
Type: Algs4NetSETKey
the other set

Return Value

Type: Boolean
true if this set equals other; false otherwise

Implements

IEquatableTEquals(T)
See Also