Method Equals
Equals(object)
Determines whether the specified object is equal to the current TensorShape
.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to compare to the shape. |
Returns
Type | Description |
---|---|
bool | Whether the object is equal to the shape. |