Equals
Returns true if the RigidTransform is equal to a given RigidTransform, false otherwise.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Mathematics
- Assembly: UnityEngine.MathematicsModule
Equals(RigidTransform)
Returns true if the RigidTransform is equal to a given RigidTransform, false otherwise.
public bool Equals(RigidTransform x)
Parameters
The RigidTransform to compare with.
Returns
Type | Description |
|---|---|
| bool | True if the RigidTransform is equal to the input, false otherwise. |
Equals(Object)
Returns true if the RigidTransform is equal to a given RigidTransform, false otherwise.
public override bool Equals(object x)
Parameters
The object to compare with.
Returns
Type | Description |
|---|---|
| bool | True if the RigidTransform is equal to the input, false otherwise. |