Equivalent(Plane)

Checks to see if another plane is equivalent to this one.

Declaration Syntax

public bool Equivalent(Plane other)

Parameters

other(Plane)

Another `Plane` instance to compare equivalency against.