|
Point3Equals Method (Point3)
|
test whether another point is equal to this point.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool Equals(
Point3 other
)
Public Function Equals (
other As Point3
) As Boolean
public:
virtual bool Equals(
Point3 other
) sealed
abstract Equals :
other : Point3 -> bool
override Equals :
other : Point3 -> bool Parameters
- other
- Type: Karamba.GeometryPoint3
other point to be tested.
Return Value
Type:
Booleantrue if equal.
Implements
IEquatableTEquals(T)
See Also