Vector4Equals Method (Object) |
Determines whether the specified object is equal to the current instance of
Vector4.
Namespace:
NeoAxis
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 with the current instance of Vector4.
Return Value
Type:
BooleanTrue if the specified object is equal to the current instance of
Vector4; otherwise, False.
See Also