ILNumerics Ultimate VS

BaseArrayEquals Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Compare elements and shape of this array with another array.

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public abstract bool Equals(
	Object A
)

Parameters

A
Type: SystemObject
Other array

Return Value

Type: Boolean
true if shape and element values of both arrays match, false otherwise
Remarks

'Equals' accepts two vectors even if the orientations do not match. Therefore, a row vector with the same element values than another column vector of the same lengths are considered to be equal to each other.

[ILNumerics Core Module]

See Also

Reference