Polynomial.Equals Method
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Equals( | Overridden. Returns a value indicating whether this instance is equal to a specified object. |
Equals( | Returns a value indicating whether two Polynomial objects represent the same value. |
Equals(Object)
Overridden. Returns a value indicating whether this
instance is equal to a specified object.
public override bool Equals(
Object obj
)
Parameters
- obj Object
- An object to compare with this instance.
Return Value
Booleantrue if obj is an instance of Polynomial and equals the value of this instance; otherwise, false.
Equals(Polynomial, Polynomial)
Returns a value indicating whether two Polynomial objects
represent the same value.
public static bool Equals(
Polynomial polynomial1,
Polynomial polynomial2
)
Parameters
- polynomial1 Polynomial
- A Polynomial.
- polynomial2 Polynomial
- A Polynomial.
Return Value
Booleantrue if polynomial1 and polynomial2 represent the same polynomial; otherwise, false.