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