LanguageName.CompareTo method

Compares the current object with another object of the same type.

public int CompareTo(LanguageName other)
parameter description
other An object to compare with this object.

Return Value

An integer that indicates the relative order of the objects being compared.

See Also