Click or drag to resize

PolynomialEquals(Polynomial) Method

Determines whether the specified polynomial is equal to the current instance.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Equals(
	Polynomial other
)

Parameters

other  Polynomial
The polynomial to compare with the current instance.

Return Value

Boolean
if the specified polynomial is equal to the current instance; otherwise, .

Implements

IEquatableTEquals(T)
See Also