Click or drag to resize

UncertainMeasurementTEquals Method

Determines whether the object represents the same data point.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object.

Return Value

Type: Boolean
True if the object represents the same data point, otherwise false.
See Also