Axes.Inequality Operator

Compares two axis collections for inequality.

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 have a different rank or at least one dimension of a different size; otherwise false.

See Also