ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
True, if both sizes have the same shape.
The operator is an alias for .
Note: This API is now obsolete.
'Equal' operator, compares this size with a shape vector.
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- s1
- Type: ILNumericsSize
The size object. - s2
- Type: ILNumericsInArrayInt64
The shape vector.
Return Value
Type: BooleanTrue, if both sizes have the same shape.
Remarks
s1.IsSameShape(s2)
If either one of s1 or s2 is null, the operator returns false.
[ILNumerics Core Module]
See Also