Axes.Equality Operator

Compares two axis collections for equality.

Definition

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

Parameters

left  Axes
The first axis collection to compare.
right  Axes
The second axis collection to compare.

Return Value

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

See Also