UxrAxis.Equals Method (UxrAxis)

Indicates whether the current object is equal to another object of the same type.

Namespace: UltimateXR.Core.Math
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public bool Equals(
	UxrAxis other
)

Parameters

 

other
Type: UltimateXR.Core.Math.UxrAxis
An object to compare with this object.

Return Value

Type: Boolean
true (True in Visual Basic) if the current object is equal to the other parameter; otherwise, false (False in Visual Basic).

Implements

IEquatable<T>.Equals<T>

See Also

Reference

UxrAxis Class
Equals Overload
UltimateXR.Core.Math Namespace