Click or drag to resize
HoconTokenizerIsAssignment Method
Determines whether this instance is assignment.

Namespace: Akka.Configuration.Hocon
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public bool IsAssignment()

Return Value

Type: Boolean
true if this instance is assignment; otherwise, false.
See Also