  | SparseConstraintCoefficientsEquals Method | 
            Determines if two SparseConstraintCoefficient objects are equal.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool Equals(
	ILinearConstraintCoefficients other
)
Public Function Equals ( 
	other As ILinearConstraintCoefficients
) As Boolean
public:
virtual bool Equals(
	ILinearConstraintCoefficients^ other
) sealed
abstract Equals : 
        other : ILinearConstraintCoefficients -> bool 
override Equals : 
        other : ILinearConstraintCoefficients -> bool Parameters
- other  ILinearConstraintCoefficients
 - Object to compare self to.
 
Return Value
Booleantrue if self is equal to 
other.
Implements
IEquatableTEquals(T)
See Also