| SufficientStatisticsEquals Method (SufficientStatistics) | 
            Determines whether the specified Object is equal to the current Object.
            
 
Namespace: Bio.DistributionsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic abstract bool Equals(
	SufficientStatistics stats
)
Public MustOverride Function Equals ( 
	stats As SufficientStatistics
) As Boolean
public:
virtual bool Equals(
	SufficientStatistics^ stats
) abstract
abstract Equals : 
        stats : SufficientStatistics -> bool 
Parameters
- stats
 - Type: Bio.DistributionsSufficientStatistics
The Object to compare with the current Object 
Return Value
Type: 
Booleantrue if the specified Object is equal to the current Object; otherwise, false.
See Also