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