Click or drag to resize

BasisEquals Method (Basis)

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

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

Parameters

other
Type: GodotBasis

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

Return Value

Type: Boolean

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

Implements

IEquatableTEquals(T)
See Also