Click or drag to resize
BooleanStatisticsEquals Method (SufficientStatistics)
Compares a given SufficientStatistics object with the current object.

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

Parameters

stats
Type: Bio.DistributionsSufficientStatistics
SufficientStatistics object to be compared

Return Value

Type: Boolean
True if both the objects are equal.
See Also