Method Equals
Equals(RigidTransform)
Returns true if the RigidTransform is equal to a given RigidTransform, false otherwise.
Declaration
public bool Equals(RigidTransform x)
Parameters
| Type | Name | Description |
|---|---|---|
| RigidTransform | x | 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.
Declaration
public override bool Equals(object x)
Parameters
| Type | Name | Description |
|---|---|---|
| object | x | The object to compare with. |
Returns
| Type | Description |
|---|---|
| bool | True if the RigidTransform is equal to the input, false otherwise. |