Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Boolean op_Equality(Matrix Left, Matrix Right) | Returns true, if all elements of Left are equal to Right. |
| 2 | Boolean op_Equality(Matrix Left, TCplx Right) | Returns true, if all elements of Left are equal to Right. |
| 3 | Boolean op_Equality(Matrix Left, TMtx Right) | Returns true, if all elements of Left are equal to Right. |
| 4 | Boolean op_Equality(Matrix Left, TVec Right) | Returns true, if all elements of Left are equal to Right. |
| 5 | Boolean op_Equality(Matrix Left, Double Right) | Returns true, if all elements of Left are equal to Right. |
| 6 | Boolean op_Equality(TCplx Left, Matrix Right) | Returns true, if Left is equal to all elements in Right. |
| 7 | Boolean op_Equality(TMtx Left, Matrix Right) | Returns true, if all elements of Left are equal to Right. |
| 8 | Boolean op_Equality(TVec Left, Matrix Right) | Returns true, if all elements of Left are equal to Right. |
| 9 | Boolean op_Equality(Double Left, Matrix Right) | Returns true, if Left is equal to all elements in Right. |
Overload 1: Boolean op_Equality(Matrix Left, Matrix Right)
Returns true, if all elements of Left are equal to Right.
Returns: Boolean
Size and Complex properties must also match.
Overload 2: Boolean op_Equality(Matrix Left, TCplx Right)
Returns true, if all elements of Left are equal to Right.
Returns: Boolean
Overload 3: Boolean op_Equality(Matrix Left, TMtx Right)
Returns true, if all elements of Left are equal to Right.
Returns: Boolean
Size and Complex properties must also match.
Overload 4: Boolean op_Equality(Matrix Left, TVec Right)
Returns true, if all elements of Left are equal to Right.
Returns: Boolean
Size and Complex properties must also match.
Overload 5: Boolean op_Equality(Matrix Left, Double Right)
Returns true, if all elements of Left are equal to Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | Matrix | |
| 2 | Right | Double | scalar |
Returns: Boolean
Overload 6: Boolean op_Equality(TCplx Left, Matrix Right)
Returns true, if Left is equal to all elements in Right.
Returns: Boolean
Overload 7: Boolean op_Equality(TMtx Left, Matrix Right)
Returns true, if all elements of Left are equal to Right.
Returns: Boolean
Size and Complex properties must also match.
Overload 8: Boolean op_Equality(TVec Left, Matrix Right)
Returns true, if all elements of Left are equal to Right.
Returns: Boolean
Size and Complex properties must also match.
Overload 9: Boolean op_Equality(Double Left, Matrix Right)
Returns true, if Left is equal to all elements in Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | Double | scalar |
| 2 | Right | Matrix |
Returns: Boolean