Click or drag to resize
SETKeyEquals Method (Object)
Compares this set to the specified set.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override bool Equals(
	Object other
)

Parameters

other
Type: SystemObject
the other set

Return Value

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