A simple value object representing a string containing only characters, numbers, hyphens or underscores. Similar to the Nmtoken type defined in the XML 1.0 specification. Instances of this class are guaranteed not to be null, empty strings, or contain characters other than letters, numbers,...
More information
A .NET source generator for creating simple value objects without too much boilerplate for Equals, GetHashCode and operators overloads/implementations.