Show / Hide Table of Contents

Operator GreaterThanOrEqual

| Improve this Doc View Source

GreaterThanOrEqual(_String, _String)

Compares the two _String parameters to determine whether the first is greater than or equal the second.

Declaration
public static _Boolean operator >=(_String x, _String y)
Parameters
Type Name Description
_String x

A _String object.

_String y

A _String object.

Returns
Type Description
_Boolean

A _String expression which contains the result.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest