|  | FloatSparseVectorEquals(Object) Method | 
            Equality of sparse vectors. Sparse vectors objects are equal if they have
            the same nonzero elements.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool Parameters
- obj  Object
- Object to compare.
Return Value
Booleantrue if self and 
obj have the same nonzero elements; 
            
false otherwise.
 See Also
See Also