BigFloat.Equals(Object) Method

Returns a value indicating whether this instance is equal to a specified object.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
An object to compare with this instance.

Return Value

Boolean
true if obj is an instance of BigFloat and equals the value of this instance; otherwise, false.

See Also