Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals

Returns true if the given RectInt is equal to this RectInt.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule

Equals(Object)

Returns true if the given RectInt is equal to this RectInt.
public override readonly bool Equals(object other)

Parameters

other

Returns

Type

Description

bool

Equals(RectInt)

Returns true if the given RectInt is equal to this RectInt.
public readonly bool Equals(RectInt other)

Parameters

other

Returns

Type

Description

bool

Equals(RectInt)

Returns true if the given RectInt is equal to this RectInt.
public readonly bool Equals(in RectInt other)

Parameters

other

Returns

Type

Description

bool