mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
C#: Declare IEquatable<>
interface for StringName
This commit is contained in:
parent
a16b0fec40
commit
ac96af1cc9
@ -10,7 +10,7 @@ namespace Godot
|
||||
/// Comparing them is much faster than with regular strings, because only the pointers are compared,
|
||||
/// not the whole strings.
|
||||
/// </summary>
|
||||
public sealed class StringName : IDisposable
|
||||
public sealed class StringName : IDisposable, IEquatable<StringName>
|
||||
{
|
||||
internal godot_string_name.movable NativeValue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user