Click or drag to resize

Plane3Equals Method (Object)

test whether another object equals this plane.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
other object to be tested.

Return Value

Type: Boolean
true if the two are equal.
See Also