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