ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
True, if all elements of both arrays are equal; false if any elements or the sizes are not equal.
Checks if all elements of two arrays are equal, comparing NaN and +/- infinity like regular values.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- A
- Type: ILNumericsInArraySingle
Input array - B
- Type: ILNumericsInArraySingle
Input array
Return Value
Type: BooleanTrue, if all elements of both arrays are equal; false if any elements or the sizes are not equal.
Remarks
[ILNumerics Computing Engine]
See Also