Click or drag to resize

ResourceManagerComparePath Method

Returns whether two paths are equal.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static bool ComparePath(
	string path1,
	string path2
)
Request Example View Source

Parameters

path1
Type: SystemString
path2
Type: SystemString

Return Value

Type: Boolean
See Also