Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


operator ==(Rect, Rect)

Returns true if the rectangles are the same.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Operator
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static bool operator ==(Rect lhs, Rect rhs)

Parameters

lhs


rhs

Returns

Type

Description

bool