DoubleDouble.Equals Method (Object) |
Determines whether the current value is equal to another object.
Namespace:
Meta.Numerics.Extended
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 other value to compare.
Return Value
Type:
Booleantrue if
obj is equal to the current value, otherwise
false.
See Also