UxrAxis.Equals Method (Object)
Determines whether the specified object is equal to the current object.
Namespace: UltimateXR.Core.Math
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public override bool Equals(
Object obj
)
Parameters
- obj
- Type: System.Object
The object to compare with the current object.
Return Value
Type: Booleantrue
(True
in Visual Basic) if the specified object is equal to the current object; otherwise, false
(False
in Visual Basic).