1 implementation of Before
Microsoft.TemplateEngine.Core (1)
TokenConfig.cs (1)
20
public string?
Before
{ get; }
1 reference to Before
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);