[This is preliminary documentation and is subject to change.]
Namespace: Firefly.Box.DataAssembly: Firefly.Box (in Firefly.Box.dll) Version: 3.4.23.6473 (3.4.23.6473)
Syntax
C# |
---|
public static Bool operator >=( TextColumn a, Text b ) |
Visual Basic (Declaration) |
---|
Public Shared Operator >= ( _ a As TextColumn, _ b As Text _ ) As Bool |
Visual C++ |
---|
public: static Bool^ operator >=( TextColumn^ a, Text^ b ) |