ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Returns true if the shapes are the same, else returns false.
This function is more strict than IsSameSize(Size). In order
for two size descriptors to have the same shape, ALL dimensions must match -
including singleton dimensions.
Compares the exact shape of this size to another size. Considering all dimensions.
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- dim2
- Type: ILNumericsSize
size descriptor to compare this to.
Return Value
Type: BooleanReturns true if the shapes are the same, else returns false.
Remarks
[ILNumerics Core Module]
See Also