Click or drag to resize
Accord.NET (logo)

Point3Equals Method (Point3)

Determines whether the specified Point3 is equal to this instance.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public bool Equals(
	Point3 other
)
Request Example View Source

Parameters

other
Type: Accord.MathPoint3
The Point3 to compare with this instance.

Return Value

Type: Boolean
true if the specified Plane is equal to this instance; otherwise, false.
See Also