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.1
C#
true if left and right contain the same strides; otherwise false.
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
public static bool operator ==(
Axes left,
Axes right
)
Parameters
Return Value
Booleantrue if left and right contain the same strides; otherwise false.