Click or drag to resize

UncertainValueEquals Method (Object)

Determines whether the given object represents the same uncertain value.

Namespace:  Meta.Numerics
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
if obj represents the same uncertain value, otherwise .
See Also