Click or drag to resize

Rect2Equality Operator

[Missing <summary> documentation for "M:Godot.Rect2.op_Equality(Godot.Rect2,Godot.Rect2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static bool operator ==(
	Rect2 left,
	Rect2 right
)

Parameters

left
Type: GodotRect2

[Missing <param name="left"/> documentation for "M:Godot.Rect2.op_Equality(Godot.Rect2,Godot.Rect2)"]

right
Type: GodotRect2

[Missing <param name="right"/> documentation for "M:Godot.Rect2.op_Equality(Godot.Rect2,Godot.Rect2)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Rect2.op_Equality(Godot.Rect2,Godot.Rect2)"]

See Also