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.3179.0 (4.8.3179.0)
Syntax
C#
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