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