Tensor Index.Inequality Operator
Compares two TensorIndex instances for inequality.
Definition
Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
C#
true if left and right specify a different tensor index; otherwise false.
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
public static bool operator !=(
TensorIndex left,
TensorIndex right
)
Parameters
- left TensorIndex
- The first TensorIndex to compare.
- right TensorIndex
- The second TensorIndex to compare.
Return Value
Booleantrue if left and right specify a different tensor index; otherwise false.