Click or drag to resize

Rect2Equals Method (Rect2)

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool Equals(
	Rect2 other
)

Parameters

other
Type: GodotRect2

[Missing <param name="other"/> documentation for "M:Godot.Rect2.Equals(Godot.Rect2)"]

Return Value

Type: Boolean

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

Implements

IEquatableTEquals(T)
See Also