|
PlaneEquals Method (Plane, Double)
|
Determines whether the specified
Plane is equal to this instance.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public bool Equals(
Plane other,
double tolerance
)
Public Function Equals (
other As Plane,
tolerance As Double
) As Boolean
Request Example
View SourceParameters
- other
- Type: Accord.MathPlane
The Plane to compare with this instance. - tolerance
- Type: SystemDouble
The acceptance tolerance threshold to consider the instances equal.
Return Value
Type:
Booleantrue if the specified
Object is equal to this instance; otherwise,
false.
See Also