Click or drag to resize

SparseConstraintCoefficientsEquals Method

Determines if two SparseConstraintCoefficient objects are equal.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool Equals(
	ILinearConstraintCoefficients other
)

Parameters

other  ILinearConstraintCoefficients
Object to compare self to.

Return Value

Boolean
true if self is equal to other.

Implements

IEquatableTEquals(T)
See Also