LanguageName GreaterThanOrEqual operator

Compares two instances for greater than or equal to.

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 greater than or equal to the right; otherwise, false.

See Also