Checks whether two Buckets are equal.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override bool Equals(
Object obj
)
Parameters
- obj Object
- The object to compare with this bucket.
Return Value
Boolean if the buckets are considered equal; otherwise,
.
RemarksUpperBound and LowerBound are compared bit-for-bit, but This method tolerates a
difference in Count given by .
See Also