Results 1 to 2 of 2

Thread: [RESOLVED] Filter the same values in the previous string list

  1. #1

    Thread Starter
    Fanatic Member Flashbond's Avatar
    Join Date
    Jan 2013
    Location
    Istanbul
    Posts
    646

    Resolved [RESOLVED] Filter the same values in the previous string list

    Hi Guys,

    I have list1 and list2 Lİst Of String.

    I am filtering the unique values in list1 with:

    Code:
    list1 = list1.Distinct().ToList()
    I want to filter the same item numbers in list2 with the operation above.

    Thanks a lot!
    God, are you punishing me because my hair is better than yours? -Jack Donaghy

  2. #2
    Hyperactive Member
    Join Date
    Jun 2014
    Location
    Lahore, Pakistan
    Posts
    450

    Re: Filter the same values in the previous string list

    and what's the problem you are facing ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width