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 | 
|---|---|
| Boolean | 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 | 
|---|---|
| Boolean | True if the RigidTransform is equal to the input, false otherwise. |