|
PlaneEquals Method (Plane)
|
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
)
Public Function Equals (
other As Plane
) As Boolean
Request Example
View SourceParameters
- other
- Type: Accord.MathPlane
The Plane to compare with this instance.
Return Value
Type:
Booleantrue if the specified
Plane is equal to this instance; otherwise,
false.
Implements
IEquatableTEquals(T)See Also