CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
Loading...
Searching...
No Matches

◆ Equals() [2/3]

Boolean Equals ( String other)

Tests another path for equality.

They are equal if their internal relative path strings are equal.

The string is elevated to a Path instance, and then compared.

Parameters
otherA path string or null.
Returns
True if this path equals the other path. False otherwise.