Table of Contents

Class NotEqualLiteralNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class NotEqualLiteralNode : CharacterLiteralNode
Inheritance
NotEqualLiteralNode
Inherited Members

Constructors

NotEqualLiteralNode(string, List<Node>?, List<Node>?)

public NotEqualLiteralNode(string rawStr, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)

Parameters

rawStr string
leadingWhitespace List<Node>
trailingWhitespace List<Node>