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