Tensor Shape.Equality Operator
Compares two shapes for equality.
Definition
Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
C#
true if left and right have the same rank and the same dimensions; otherwise false.
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
public static bool operator ==(
TensorShape left,
TensorShape right
)
Parameters
- left TensorShape
- The first shape to compare.
- right TensorShape
- The second shape to compare.
Return Value
Booleantrue if left and right have the same rank and the same dimensions; otherwise false.