SolverConstraintScalingEquals Method  | 
 Determines whether the specified object is equal to the current object.
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic abstract bool Equals(
	Object obj
)
Public MustOverride Function Equals ( 
	obj As Object
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) abstract override
override Equals : 
        obj : Object -> bool 
Parameters
- obj
 - Type: SystemObject
The object to compare with the current object.  
Return Value
Type: 
Booleantrue if the specified object  is equal to the current object; otherwise, false.
See Also