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