Determines whether two given boxes 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 ==(
BoxF v1,
BoxF v2
)
Parameters
- v1
- Type: NeoAxisBoxF
The first box to compare. - v2
- Type: NeoAxisBoxF
The second box to compare.
Return Value
Type:
BooleanTrue if the boxes are equal; False otherwise.
See Also