Plane::Equals Method (Plane)

Returns a value that indicates whether this instance and another plane object are equal.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
virtual bool Equals(
	Plane other
) sealed

Parameters

other
Type: System.Numerics::Plane

The other plane.

Return Value

Type: System::Boolean
true if the two planes are equal; otherwise, false.

Implements

IEquatable<T>::Equals(T)

Two Plane objects are equal if their Normal and D fields are equal.

Show: