Exemplo n.º 1
0
 public bool Equals(ItemTargetAssetIdComponent other)
 {
     return(Value.Equals(other.Value));
 }
Exemplo n.º 2
0
 public bool Equals(MissionDetailsComponent other)
 {
     return(Path.Equals(other.Path) && Scenar.Equals(other.Scenar) && Name == other.Name);
 }