Polynomial.Equality Operator
Compares two Polynomial objects for
equality.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
true if the two polynomials are equal; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static bool operator ==(
Polynomial polynomial1,
Polynomial polynomial2
)
Parameters
- polynomial1 Polynomial
- The first Polynomial.
- polynomial2 Polynomial
- The second Polynomial.
Return Value
Booleantrue if the two polynomials are equal; otherwise false.