Click or drag to resize

BucketEquals Method

Checks whether two Buckets are equal.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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, .
Remarks
UpperBound and LowerBound are compared bit-for-bit, but This method tolerates a difference in Count given by .
See Also