Returns a value indicating whether this instance is equal to a specified object.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public 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: SystemObject
An object to compare with this instance.
Return Value
Type:
Boolean if
obj is an instance of
BigRational,
and equals the value of this instance; otherwise,
.
Reference