operator + abstract method

RulesString operator +(
  1. RulesString other
)

Add two strings together.

Implementation

RulesString operator +(RulesString other);