Click or drag to resize

Vector2Equals Method (Vector2)

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

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

Parameters

other
Type: GodotVector2

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

Return Value

Type: Boolean

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

Implements

IEquatableTEquals(T)
See Also