Determines whether two DataArrayElement
instances are equal.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function Equals ( _ obj As Object _ ) As Boolean |
| C# |
|---|
public override bool Equals ( Object obj ) |
| C++ |
|---|
public: virtual bool Equals ( Object^ obj ) override |
Parameters
- obj (System.Object)
- The Object to compare with the current DataArrayElement.
Return Value
true if the specified object is equal to the current DataArrayElement; otherwise, false.
Remarks
Two elements are equal if they have the same index in the same DataArrayBase.