Click or drag to resize

Point3Equality Operator

Compares vectors for equality.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static bool operator ==(
	Point3 a,
	Point3 b
)

Parameters

a
Type: Karamba.GeometryPoint3
First vector.
b
Type: Karamba.GeometryPoint3
Second vector.

Return Value

Type: Boolean
True if all components are equal.
See Also