Ejemplo n.º 1
0
 protected bool Equals(VariableReference other)
 {
     return(string.Equals(Name, other.Name));
 }
Ejemplo n.º 2
0
 protected bool Equals(VariableReference other)
 {
     return(string.Equals(Name, other.Name, StringComparison.InvariantCulture));
 }