Tensor Index.Equality Operator
Compares two TensorIndex instances for equality.
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 the same 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 the same tensor index; otherwise false.