Click or drag to resize

UncertainValue.Equals 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: System.Object
The object.

Return Value

Type: Boolean
true if obj represents the same uncertain value, otherwise false.
See Also