Polynomial.Inequality Operator

Compares two Polynomial objects for inequality.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static bool operator !=(
	Polynomial polynomial1,
	Polynomial polynomial2
)

Parameters

polynomial1  Polynomial
The first Polynomial.
polynomial2  Polynomial
The second Polynomial.

Return Value

Boolean
true if the two polynomials are different; otherwise false.

See Also