Click or drag to resize

UncertainValueEquals Method (UncertainValue)

Determines whether the other uncertain value is the same.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public bool Equals(
	UncertainValue other
)

Parameters

other
Type: Meta.NumericsUncertainValue
The other uncertain value

Return Value

Type: Boolean
if other represents the same uncertain value, otherwise .

Implements

IEquatableTEquals(T)
See Also