Click or drag to resize
Akka.NETHoconTokenizerIsAssignment Method
Determines whether the current token matches an Assign token.

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

Return Value

Type: Boolean
true if the token matches; otherwise, false.
See Also