What is the right apporach to get unique records comparing with two different type of list object.
In my scenario i have transaction list of data and transactionView list of data and these two list having common property refNo. I want filter with refNo to get unique data from transactionView list object by comparing with transaction list.
//ex list: List<TransactionDetail> and List<TransactionView>
Please anyone suggest me to get resolve in simplified way.