Cuboid.IsSizeEqual Method |
Checks if all sizes of this and the given Cuboid are the same.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntaxpublic bool IsSizeEqual(
Cuboid c
)
Parameters
- c Cuboid
[Missing <param name="c"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Cuboid.IsSizeEqual(RAYLASE.Marker.VectorGraphicElement.Cuboid)"]
Return Value
Booleantrue if all sizes of both cuboids are the same.
See Also