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
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: System.Object
The object.
Return Value
Type:
Booleantrue if
obj represents the same uncertain value, otherwise
false.
See Also