Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals

Returns true if the RigidTransform is equal to a given RigidTransform, false otherwise.
Read time 1 minuteLast updated 13 days ago

Definition

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

boolTrue 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

boolTrue if the RigidTransform is equal to the input, false otherwise.