Vector3Equals(Object) Method |
Indicates whether this instance and a specified object are equal.
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override bool Equals(
Object obj
)
Parameters
- obj Object
- The object to compare to.
Return Value
BooleanTrue if the instances are equal; false otherwise.
See Also