public override bool IsEquivalent(AggregateIniValue other)
 {
     return(false);
 }
Esempio n. 2
0
 public override bool IsEquivalent(AggregateIniValue other)
 {
     return(String.Equals(this.DinoNameTag, ((DinoSpawn)other).DinoNameTag, StringComparison.OrdinalIgnoreCase));
 }
Esempio n. 3
0
 public override bool IsEquivalent(AggregateIniValue other) => String.Equals(this.ClassName, ((ClassMultiplier)other).ClassName, StringComparison.OrdinalIgnoreCase);
Esempio n. 4
0
 public override bool IsEquivalent(AggregateIniValue other)
 {
     return(String.Equals(this.FromClassName, ((NPCReplacement)other).FromClassName, StringComparison.OrdinalIgnoreCase));
 }
Esempio n. 5
0
 public override bool IsEquivalent(AggregateIniValue other)
 {
     return(String.Equals(this.EngramClassName, ((EngramEntry)other).EngramClassName, StringComparison.OrdinalIgnoreCase));
 }