TensorLayout.Equality Operator

Compares two layouts 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 ==(
	TensorLayout left,
	TensorLayout right
)

ParametersPermalink

left  TensorLayout
The first layout to compare.
right  TensorLayout
The second layout to compare.

Return ValuePermalink

Boolean
true if left and right have the same rank and the same strides; otherwise false.

See AlsoPermalink