MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Equals

Method Equals

Source/Engine/Localization/LocalizedString.cs:106–109  ·  view source on GitHub ↗

(LocalizedString other)

Source from the content-addressed store, hash-verified

104
105 /// <inheritdoc />
106 public bool Equals(LocalizedString other)
107 {
108 return (object)other != null && Id == other.Id && Value == other.Value;
109 }
110
111 /// <inheritdoc />
112 public bool Equals(string other)

Callers 1

LocalizedStringClass · 0.45

Calls 2

EqualsFunction · 0.50
GetStringMethod · 0.45

Tested by

no test coverage detected