TensorIndex.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.0
C#
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

Boolean
true if left and right specify the same tensor index; otherwise false.

See Also