Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

other
Type: Accord.MathPlane
The Plane to compare with this instance.

Return Value

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

Implements

IEquatableTEquals(T)
See Also