Click or drag to resize

PlaneEquals(Object) Method

Determines whether the specified object is equal to the current instance of Plane.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to compare with the current instance of Plane.

Return Value

Boolean
True if the specified object is equal to the current instance of Plane; otherwise, False.
See Also