Microsoft.Z3.Symbol.IsStringSymbol C# (CSharp) Method

IsStringSymbol() public method

Indicates whether the symbol is of string kind.
public IsStringSymbol ( ) : bool
return bool
        public bool IsStringSymbol()
        {
            return Kind == Z3_symbol_kind.Z3_STRING_SYMBOL;
        }