Determines whether two given planes are equal.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool operator ==(
Plane p0,
Plane p1
)
Parameters
- p0 Plane
- The first plane to compare.
- p1 Plane
- The second plane to compare.
Return Value
BooleanTrue if the planes are equal; False otherwise.
See Also