1 implementation of After
Microsoft.TemplateEngine.Core (1)
TokenConfig.cs (1)
18
public string?
After
{ get; }
1 reference to After
Microsoft.TemplateEngine.Core (1)
TokenConfig.cs (1)
83
return other != null && string.Equals(other.Before, Before, StringComparison.Ordinal) && string.Equals(other.
After
, After, StringComparison.Ordinal) && string.Equals(other.Value, Value, StringComparison.Ordinal);