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