Click or drag to resize

Point3Equals Method (Point3)

test whether another point is equal to this point

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

Parameters

other
Type: Karamba.GeometryPoint3
other point to be tested

Return Value

Type: Boolean
true if equal

Implements

IEquatableTEquals(T)
See Also