S
shapper
Hello,
I have two lists of Guids:
public List<Guid> A;
public List<Guid> B;
I need to find Guids in B that do not exist in A and add them to A.
How can I do this?
Thanks,
Miguel
I have two lists of Guids:
public List<Guid> A;
public List<Guid> B;
I need to find Guids in B that do not exist in A and add them to A.
How can I do this?
Thanks,
Miguel