Point3dEquality Operator

Equality operator for the Point3d class.
Namespace:  Teigha.Geometry
Assembly:  TD_Mgd (in TD_Mgd.dll) Version: 21.4.0.0
Syntax
public static bool operator ==(
        Point3d a,
        Point3d b
)

Parameters

a
Type: Teigha.GeometryPoint3d
[in] Point to be compared.
b
Type: Teigha.GeometryPoint3d
[in] Point to be compared.

Return Value

Type: Boolean
true if point coordinates are equal.
See Also

©  Bricsys NV. All rights reserved.