Click or drag to resize
SufficientStatisticsEquals Method (Object)
Determines whether the specified SObject 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 override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
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