ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
true if shape and element values of both arrays match, false otherwise
Compare elements and shape of this array with another array.
[ILNumerics Core Module]
Namespace: ILNumerics.Core.Arrays
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- A
- Type: SystemObject
Other array
Return Value
Type: Booleantrue 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