Checks whether two Buckets are equal.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override bool Equals(
Object obj
)
Parameters
- obj Object
[Missing <param name="obj"/> documentation for "M:Altaxo.Calc.Statistics.Bucket.Equals(System.Object)"]
Return Value
Boolean[Missing <returns> documentation for "M:Altaxo.Calc.Statistics.Bucket.Equals(System.Object)"]
Remarks UpperBound and LowerBound are compared bit-for-bit, but This method tolerates a
difference in Count given by .
See Also