| SparseVectorDataTEquals(Object) Method |
Equality of sparse vector data. Sparse vector data objects are equal if they have
the same nonzero elements.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public 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