Click or drag to resize

ColorEquals Method (Color)

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

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

Parameters

other
Type: GodotColor

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

Return Value

Type: Boolean

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

Implements

IEquatableTEquals(T)
See Also