◆ Equals() [1/3]

bool Equals ( object  objectToCompare)
Parameters
objectToCompareIf the object is a UnityEngine.Transform, or TransformStorageTree it's coordinates, and those of all descendants will be compared. If the object is a Transform storage it's values will be compared. If the object is not a recognized transform type, it will return false.
Returns
Returns true if the compared transformations have the same values, false otherwise

Implemented in TransformAndDecendantStorage, TransformDictionaryStorage, and TransformStorageTree.