Click or drag to resize

BasisEquality Operator

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

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

Parameters

left
Type: GodotBasis

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

right
Type: GodotBasis

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

Return Value

Type: Boolean

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

See Also