ILNumerics Ultimate VS

SizeIsSameShape Method (Size)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public bool IsSameShape(
	Size dim2
)

Parameters

dim2
Type: ILNumericsSize
size descriptor to compare this to.

Return Value

Type: Boolean
Returns true if the shapes are the same, else returns false.
Remarks

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.

[ILNumerics Core Module]

See Also

Reference