Click or drag to resize
DigitalRuneAabbEquality Operator
Tests if two Aabbs are equal.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public static bool operator ==(
	Aabb aabbA,
	Aabb aabbB
)

Parameters

aabbA
Type: DigitalRune.Geometry.ShapesAabb
The first Aabb.
aabbB
Type: DigitalRune.Geometry.ShapesAabb
The second Aabb.

Return Value

Type: Boolean
if the Aabbs are equal; otherwise .
See Also