Click or drag to resize

MappedFrequentPatternEquals Method (MappedFrequentPattern)

Determines whether the specified MappedFrequentPattern is equal to this instance.

Namespace:  Ookii.Jumbo.Jet.Samples.FPGrowth
Assembly:  Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax
public bool Equals(
	MappedFrequentPattern other
)

Parameters

other
Type: Ookii.Jumbo.Jet.Samples.FPGrowthMappedFrequentPattern
The MappedFrequentPattern to compare with this instance.

Return Value

Type: Boolean
if the specified MappedFrequentPattern is equal to this instance; otherwise, .

Implements

IEquatableTEquals(T)
See Also