Determines whether two DataArrayElement
instances are equal.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function Equals ( _ other As DataArrayElement _ ) As Boolean |
| C# |
|---|
public bool Equals ( DataArrayElement other ) |
| C++ |
|---|
public: virtual bool Equals ( DataArrayElement^ other ) sealed |
Parameters
- other (Extreme.Statistics.DataArrayElement)
- 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.