Not Equal VI
- Updated2023-02-21
- 4 minute(s) read
Not Equal VI
Owning Palette: Comparison VIs
Requires: Multicore Analysis and Sparse Matrix Toolkit
Returns TRUE if two sparse matrices are not equal. Otherwise, this VI returns FALSE.
Two matrices are not equal if either they have different sizes or one of corresponding elements have different values.
Wire data to the A and B inputs to determine the polymorphic instance to use or manually select the instance.
Not Equal Sparse Matrix (DBL)

![]() |
A specifies the first sparse matrix. The number of rows and columns in A must be equal to the number of row and columns in B, respectively. |
![]() |
B specifies the second sparse matrix. The number of rows and columns in B must be equal to the number of row and columns in A, respectively. |
![]() |
A != B? returns TRUE if A is not equal to B. Otherwise, returns FALSE. |
Not Equal Sparse Matrix (SGL)

![]() |
A specifies the first sparse matrix. The number of rows and columns in A must be equal to the number of row and columns in B, respectively. |
![]() |
B specifies the second sparse matrix. The number of rows and columns in B must be equal to the number of row and columns in A, respectively. |
![]() |
A != B? returns TRUE if A is not equal to B. Otherwise, returns FALSE. |
Not Equal Sparse Matrix (CDB)

![]() |
A specifies the first sparse matrix. The number of rows and columns in A must be equal to the number of row and columns in B, respectively. |
![]() |
B specifies the second sparse matrix. The number of rows and columns in B must be equal to the number of row and columns in A, respectively. |
![]() |
A != B? returns TRUE if A is not equal to B. Otherwise, returns FALSE. |
Not Equal Sparse Matrix (CSG)

![]() |
A specifies the first sparse matrix. The number of rows and columns in A must be equal to the number of row and columns in B, respectively. |
![]() |
B specifies the second sparse matrix. The number of rows and columns in B must be equal to the number of row and columns in A, respectively. |
![]() |
A != B? returns TRUE if A is not equal to B. Otherwise, returns FALSE. |
Not Equal Details
The following table lists the support characteristics of this VI.
| Supported on RT targets | Yes |
| Suitable for bounded execution times on RT | Yes |

