Determines whether two given planes are equal.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static bool operator ==(
PlaneF p0,
PlaneF p1
)
Parameters
- p0
- Type: NeoAxisPlaneF
The first plane to compare. - p1
- Type: NeoAxisPlaneF
The second plane to compare.
Return Value
Type:
BooleanTrue if the planes are equal; False otherwise.
See Also