Click or drag to resize

NaturalSortComparerCompare Method

Namespace:  Kit.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public int Compare(
	string x,
	string y
)
Request Example View Source

Parameters

x
Type: SystemString
y
Type: SystemString

Return Value

Type: Int32

Implements

IComparerTCompare(T, T)
See Also