public override bool IsEquivalent(AggregateIniValue other)
 {
     return(String.Equals(this.EngramClassName, ((EngramEntry)other).EngramClassName, StringComparison.OrdinalIgnoreCase));
 }
 public override bool IsEquivalent(AggregateIniValue other)
 {
     return(false);
 }
 public override bool IsEquivalent(AggregateIniValue other)
 {
     return(String.Equals(this.DinoNameTag, ((DinoSpawn)other).DinoNameTag, StringComparison.OrdinalIgnoreCase));
 }
Beispiel #4
0
 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.ClassName, ((ClassMultiplier)other).ClassName, StringComparison.OrdinalIgnoreCase));
 }
 public abstract bool IsEquivalent(AggregateIniValue other);
 internal static object SortKeySelector(AggregateIniValue arg)
 {
     return(arg.GetSortKey());
 }