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