TensorIndex.Equality Operator

Compares two TensorIndex instances for equality.

DefinitionPermalink

Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.5
C#
public static bool operator ==(
	TensorIndex left,
	TensorIndex right
)

ParametersPermalink

left  TensorIndex
The first TensorIndex to compare.
right  TensorIndex
The second TensorIndex to compare.

Return ValuePermalink

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

See AlsoPermalink