Show / Hide Table of Contents

Operator GreaterThanOrEqual

| Improve this Doc View Source

GreaterThanOrEqual(_Char, _Char)

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

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

A _Char object.

_Char y

A _Char object.

Returns
Type Description
_Boolean

A _Char expression which contains the result.

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