Click or drag to resize

Plane3Equals Method (Object)

test whether another object equals this plane

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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