Beispiel #1
0
 protected bool Equals(NameDeclarationNodeBase other)
 {
     return(IsConstant.Equals(other.IsConstant) && string.Equals(Name, other.Name) && Equals(Value, other.Value));
 }
Beispiel #2
0
 protected bool Equals(NameDeclarationNodeBase other)
 {
     return IsConstant.Equals(other.IsConstant) && string.Equals(Name, other.Name) && Equals(Value, other.Value);
 }