Click or drag to resize

BoundingBox3Equals Method (BoundingBox3)

check whether two bounding boxes are equal

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Equals(
	BoundingBox3 other
)

Parameters

other
Type: Karamba.GeometryBoundingBox3
other bounding box to be compared with this box

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Karamba.Geometry.BoundingBox3.Equals(Karamba.Geometry.BoundingBox3)"]

Implements

IEquatableTEquals(T)
See Also