Handlebars-Net / Handlebars.Net.Helpers

Handlebars.Net helpers in the categories: 'Boolean', 'Constants', 'Enumerable', 'Environment', 'Math', 'Regex', 'String', 'DateTime' and 'Url'.
MIT License
40 stars 15 forks source link

allow String equals checks to have null values #62

Closed kspearrin closed 1 year ago

kspearrin commented 1 year ago

null is a valid value for a string and therefore should be allowed in equality functions, especially when the string is coming from an unknown source where it might be null.