Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/BinaryOpCompare
| Name | op |
| Type | enum |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Syntax
enum op
{
lt,
lteq,
gt,
gteq,
eq,
noteq,
}
Values
| Name | Remarks |
|---|---|
| lt | |
| lteq | |
| gt | |
| gteq | |
| eq | |
| noteq |