Axes.Equals Method
Determines whether the specified object is equal to the current object.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
C#
true if the specified object is equal to the current object; otherwise, false.
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
public override bool Equals(
Object? obj
)
Parameters
- obj Object
- The object to compare with the current object.
Return Value
Booleantrue if the specified object is equal to the current object; otherwise, false.