Click or drag to resize

BoundingBox3Equals Method (BoundingBox3)

Checks whether two bounding boxes are equal.

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

Parameters

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

Return Value

Type: Boolean
True if the boxes are equal.

Implements

IEquatableTEquals(T)
See Also