LanguageName LessThan operator

Compares two instances for less than.

public static bool operator <(LanguageName left, LanguageName right)
parameter description
left The left instance.
right The right instance.

Return Value

true if the left instance is less than the right; otherwise, false.

See Also