Click or drag to resize
SufficientStatisticsEquals Method (SufficientStatistics)
Determines whether the specified Object is equal to the current Object.

Namespace: Bio.Distributions
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public abstract bool Equals(
	SufficientStatistics stats
)

Parameters

stats
Type: Bio.DistributionsSufficientStatistics
The Object to compare with the current Object

Return Value

Type: Boolean
true if the specified Object is equal to the current Object; otherwise, false.
See Also