Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals

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

Definition

Equals(AffineTransform)

Returns true if the AffineTransform is equal to a given AffineTransform, false otherwise.
public bool Equals(AffineTransform rhs)

Parameters

Right hand side argument to compare equality with.

Returns

Type

Description

boolThe result of the equality comparison.

Equals(Object)

Returns true if the AffineTransform is equal to a given AffineTransform, false otherwise.
public override bool Equals(object o)

Parameters

Right hand side argument to compare equality with.

Returns

Type

Description

boolThe result of the equality comparison.